sql query to get zero records from a table having n no of
records
Answer Posted / mallik
select * from table_name where rownum < n -(n-1)
--where 'n' is no of rows.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
how many sql dml commands are supported by 'mysql'? : Sql dba
How to avoid using cursors?
What is the use of sql trace?
How exception is different from error?
How to take user input in pl sql?
What are the various restrictions imposed on view in terms of dml?
What are the parts of a basic sql query?
What is union and union all keyword in sql?
Can I learn sql in a week?
What is scalar function in sql?
What is the starting oracle error number?
What is meaning of <> in sql?
What are aggregate and scalar functions?
what is a view? : Sql dba
What will you get by the cursor attribute sql%found?