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
Is sql harder than python?
Can we connect to postgresql using sql developer?
Which is better stored procedure or query?
What is oracle sql developer?
Does sql full backup truncate logs?
What is scalar function in sql?
Explain alias in sql?
Can delete statement be rollbacked?
does sql support programming? : Sql dba
What is trigger point?
what is bdb (berkeleydb)? : Sql dba
Why are aggregate functions called so?
what is clause? : Sql dba
What are variables in pl sql?
Is left join same as join?