write a query to remove null following table are
id name
101 dinesh
null jyothi
null bharathi
102 suresh
null shilpha
103 prakesh
null suma
i want the output format like
id name
101 dinesh
102 suresh
103 prakesh
Answer Posted / sumit
select id,name from table where id is not null;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what are myisam tables? : Sql dba
What are triggers in sql?
how does a local variable is defined using t-sql? : Transact sql
Is sql open source?
Name the operator which is used in the query for pattern matching?
What is lexical units in pl sql?
How to select all records from the table?
What is not null in sql?
What are the types of join in sql?
Could you please provide oca (oracle 10g) dumps for my certification ?
what is sp_pkeys? : Transact sql
Can we use two order by clause in query?
Why we use stored procedure instead of query?
What is the mutating table and constraining table?
What is the difference between pl and sql?