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 / ramya
select * from test_1 where name is not null and age is not
null;
| Is This Answer Correct ? | 18 Yes | 2 No |
How to find last day of the month in sql query
How do you write an index?
Maximum how many triggers can we use in trigger and How to find out how many records it fetched.
what is 'trigger' in sql? : Sql dba
Explain how to use transactions efficiently : transact sql
How do you write a subquery?
how to convert character strings to dates? : Sql dba
Show the cursor attributes of pl/sql.
Difference between global and parameter variables?
What are the qualities of 2nf?
Difference between aggregate function and analytical function?
How do I kill a query in postgresql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)