display null value rows with out using null function?

Answer Posted / ansupriya

select * from emp where nvl(to_char(comm),'null')='null';

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is microsoft t sql?

489


what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba

554


How does sql store data?

487


What are the parts of a basic sql query?

517


What does varchar include?

519






What is the difference between a subquery and a join?

530


What trigger means?

567


What is user defined functions?

580


What is scalar and vector?

532


what is sp_pkeys? : Transact sql

699


Is left join faster than join?

549


What is primary key and foreign key with example?

496


Write a query to find the names of users that begin with "um" in sql?

507


How to pronounce postgresql?

584


If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????

3550