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
What is the difference between inner join and natural join?
What is duration in sql profiler trace?
What is the maximum number of columns in sql table?
what tools available for managing mysql server? : Sql dba
Does normalization improve performance?
What is sql not null constraint?
How can you fetch first 5 characters of the string?
Why do we use sql constraints?
What is the best partition size for windows 10?
What is normalization? How many normalization forms are there?
What is sql comments?
What is varchar used for?
What happens when a trigger is associated to a view?
What is the difference between in and between in sql?
What is the plv (pl/vision) package offers?