write a query filter the null value data following source?
name age
john 30
smith null
null 24
sharp 35
i want output
name age
john 30
sharp 35
Answer Posted / ramya
select * from test_1 where name is not null and age is not
null;
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is an oracle stored procedure?
what is the different between now() and current_date()? : Sql dba
How much does sql cost?
What is the difference between a query and a report?
What information is needed to connect sql*plus an oracle server?
explain the options of myisamchk to improve the performance of a table. : Sql dba
What is fmtonly in sql?
Mention what does the hierarchical profiler does?
List and explain the different types of join clauses supported in ansi-standard sql?
How does postgresql compare to oracle/db2/ms sql server/informix?
What are the sql versions?
what is the difference between $message and $$message? : Sql dba
Enlist the data types that can be used in pl/sql?
how to drop an existing index in mysql? : Sql dba
What are all ddl commands?