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 do I delete a trigger?
What is sqlca in db2?
What is meant by truncate in sql?
how can we find the number of rows in a table using mysql? : Sql dba
how to delete an existing column in a table? : Sql dba
What is cost in sql execution plan?
How many databases can sql express handle?
Is a table valued function object?
What is a loop in sql?
Does a primary key have to be a number?
Where not exists in sql?
How to get help at the sql prompt?
What is difference between sql and mysql?
What is count * in sql?
Can we edit a view in sql?