adspace
display null value rows with out using null function?
Answer Posted / debashis mohanty
Select * From Emp where NVL(TO_CHAR(COMM),'NULL VALUE ROW')='NULL VALUE ROW';
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I remove duplicates in two columns?
how to use regular expression in pattern match conditions? : Sql dba
what is bcp? When does it used? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Is primary key always clustered index?
Can we use distinct and group by together?
what is schema? : Sql dba
Does group by remove duplicates?
what is collation? : Sql dba
how to start mysql server? : Sql dba
What is your daily office routine?
What is the current version of postgresql?
Can we rollback truncate?
how to escape special characters in sql statements? : Sql dba
If a cursor is open, how can we find in a pl/sql block?