how to eliminate null values in a column i.e
table vlaues
1 2 3
NULL 3 4
1 5 NULL
i want output like this
1 2 3
3 4
1 5
i dnt want to use nvl is null and i dnt want replace the
NULL value with any value i.e nvl(col,o);

Answer Posted / vijay_1994

please use group function is ignore the null values

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between rollback and rollback to statements?

806


What is dbo in sql?

706


What is an exception in PL/SQL? What are the two types of exceptions?

851


What normalization means?

710


what is a join? : Sql dba

769






What view means?

734


Write the alter statement to enable all the triggers on the t.students table.

847


Explain the commit statement.

848


Could you please provide oca (oracle 10g) dumps for my certification ?

4782


What is composite data type in pl sql?

766


How to raise user-defined exception with custom sqlerrm ?

863


How do you delete data from a table?

733


What does count (*) mean?

682


what are all the different types of indexes? : Sql dba

717


What is auto increment?

733