adspace
display null value rows with out using null function?
Answer Posted / ajit
In Case of NUMBER Data Type Column
select comm
from emp
where nvl(to_char(comm),'#') = '#'
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is collation? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
what is sql server agent? : Sql dba
What is the current version of sql?
Is primary key always clustered index?
what are the advantages of sql ? : Sql dba
Can delete statement be rollbacked?
What is your daily office routine?
What is the best sql course?
how to use regular expression in pattern match conditions? : Sql dba
Does group by remove duplicates?
what is bcp? When does it used? : Sql dba
what are aggregate and scalar functions? : Sql dba
how to escape special characters in sql statements? : Sql dba
what is schema? : Sql dba