Answer Posted / sagar
SELECT * FROM tab a
WHERE :n = (SELECT COUNT(rowid)
FROM tab b
WHERE a.rowid >= b.rowid);
| Is This Answer Correct ? | 14 Yes | 33 No |
Post New Answer View All Answers
What are stuff and replace function?
What is difference between procedure and trigger?
What is procedure explain with program?
What is data types in sql?
What is row_number () in sql?
Can procedure in package be overloaded?
Whis is not false in primary key?
What is cte?
How do you rank data in sql?
Which certification is best for sql?
What is the most important ddl statements in sql are?
What are keys in sql?
How do you delete a table?
how to drop an existing view in mysql? : Sql dba
What is sql query optimization?