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 create a memory optimized filegroup?
Explain unique key in sql.
What do you mean by field in sql?
How is a PL/SQL code compiled?
What is cursor explain with example?
What is pragma in sql?
What is the difference between database trigger and stored procedure?
What is hibernate and its relation to sql?
What are the types of index in sql?
What are sql triggers used for?
what is a unique key ? : Sql dba
What is a unique constraint?
What is sql indexing?
how can we find the number of rows in a table using mysql? : Sql dba
What are the limitations of sql express?