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 are the advantages of sql?

562


Is it possible to remove child records without removing master table records...the two having pk,fk relationship?

809


Explain what is a view?

600


Is there a 64 bit version of ssms?

520


Explain the methods used to protect source code of pl/sql.

548






Is primary key always clustered index?

541


how is myisam table stored? : Sql dba

607


Can we use two order by clause in query?

547


What are the differences between implicit and explicit cursors?

523


What is materialized view. What are different methods of refresh?

785


What is a heap in sql?

531


Why is sql better than hql?

510


What is the difference between functions, procedures, and packages in pl/sql?

486


What is sql and its types?

628


How to disable a trigger name update_salary?

678