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 the plv (pl/vision) package offers?
What can I use instead of union in sql?
What is not in sql?
What does fetching a cursor do?
How many types of tables are there?
What is application trigger?
How do you declare a user-defined exception?
Can you have more than one key in a database?
How many types of functions are there in sql?
What are sql ddl commands?
What is the use of double ampersand (&&) in sql queries? Give an example
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
How to select 10 records from a table?
Is join an inner join?
What is sql server and ase?