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
How do I find duplicates in sql?
Explain some predefined exceptions.
What is pragma in pl sql?
what is clause? : Sql dba
What is the use of %rowtype?
What is clause in sql?
Can two tables have same primary key?
how to create a table index in mysql? : Sql dba
What do you mean by query optimization?
What are sql indexes?
How to avoid duplicate records in a query?
What is t sql used for?
what are the different tables present in mysql? : Sql dba
What is the difference between nvl function, ifnull function, and isnull function?
What is sap sql anywhere?