Answer Posted / shince jose
select * from (
select ROW_NUMBER() OVER (ORDER BY alias) as rowid ,alias
from tbl) a where rowid=2.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to select unique records from a table? : Sql dba
Explain what is a subquery ?
How do I restart sql?
What is pl sql architecture?
how to start mysql server? : Sql dba
Can you skip header records while loading? : aql loader
What are the different type of joins in sql?
What is a heap in sql?
What is pl sql quora?
what is table? : Sql dba
Why we use join in sql?
What is write ahead logging in sql server?
Should I use mbr or gpt?
What is procedure explain with program?
How to disable a trigger name update_salary?