User Profile

Collapse

Profile Sidebar

Collapse
trysenthil
trysenthil
Last Activity: Nov 17 '08, 11:45 AM
Joined: Sep 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • trysenthil
    started a topic comparision of null values in sql

    comparision of null values in sql

    hi all how can we compare two null values in SQL...

    for example.,

    select ename,commissio n from emp e
    where commission=(sel ect commission from emp where ename=e.ename)

    suppose commission of the employee is null it is not comparing the null value... it is omitting the record which has null value in commision....
    this problem is too complex when we check for multiple queries......
    ...
    See more | Go to post

  • trysenthil
    replied to displaying the date through sql query
    thank you for your message thnk you very much
    See more | Go to post

    Leave a comment:


  • trysenthil
    started a topic displaying the date through sql query

    displaying the date through sql query

    hi all.,

    i want a query from u.,which must display me like this.,

    [for eg., select to_char(sysdate ,'dd-month-yyyy') from dual ]

    is displaying me.,

    07-september-2007

    suppose i want a result as

    seventh september 2007...... what will be the query for displaying this type of result.....
    See more | Go to post

  • trysenthil
    started a topic diffrence between decode and case

    diffrence between decode and case

    hi all., i want to know the diffrence between the decode and case function that is available in oracle....help me ya...
    See more | Go to post

  • trysenthil
    replied to regarding comparison in sql
    thanks for your clarification...
    See more | Go to post

    Leave a comment:


  • trysenthil
    started a topic regarding comparison in sql

    regarding comparison in sql

    thanks,
    one more doubt:

    while retrieving the data that is stored in oracle dbase., and comparing that particular field eg.name we are writing as name='INDIA' .
    how the comparison works with the name if i have 'iNDIA' OR 'INdia'
    See more | Go to post

  • trysenthil
    replied to regarding the data storage in oracle
    thanks,
    one more doubt:

    while retrieving the data the is stored in oracle dbase., and comparing that particular field eg.name we are writing as name='INDIA' .
    how the comparison works with the name having diffrent cases. at that time whether it ignores the case?...

    i have a query

    select ename from emp
    where name='abc' ***** can i give like this...... basically i am a beginner to oracle........
    See more | Go to post

    Leave a comment:


  • trysenthil
    started a topic regarding the data storage in oracle

    regarding the data storage in oracle

    in what case the datas get stored in oracle.
    i think that it is in upper case.
    but i have doubt.


    one more : if the datas defaultly get stored as Ucase in oracle... is there is any possibilities for me to change the case..... i think no...but yet not satisfied...... ...
    See more | Go to post

  • trysenthil
    started a topic regarding oracle and sql

    regarding oracle and sql

    in what case the datas get stored in oracle.
    i think that it is in upper case.
    but i have doubt.
    please some one help me to recover from this..


    one more : if the date defaultly get stored as Ucase in oracle... is there is any possibilities for me to change the case..... i think no...but yet not satisfied...... ... please someone help me
    See more | Go to post
No activity results to display
Show More
Working...