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
what are numeric data types? : Sql dba
How do you sort in sql?
Why function is used in sql?
How can you view the errors encountered in a trigger?
What does subquery mean in sql?
What is use of package in pl sql?
what is 'mysqlimport'? : Sql dba
Explain commit, rollback and savepoint.
Can we create a trigger on view?
How delete a row in sql?
How can you load multi line records? : aql loader
What is rollback?
What are different types of sql commands?
What is the difference between row level and statement level trigger?
Explain aggregate functions are available there in sql?