how u can find the n row from a table?
Answer Posted / pradeep
try this works in mysql
select * from table_name limit n-1,1;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we create index on primary key?
What are the benefits of pl sql?
What is dynamic sql in pl sql?
Can we join more than 2 tables in sql?
What is the use of index in hive?
How global cursor can be declare with dynamic trigger ?
How to return an array from java to pl/sql?
What trigger means?
What are tables and fields?
explain what is mysql? : Sql dba
define join and explain different type of joins? : Sql dba
What is the difference between pl and sql?
what is the difference between sql and t-sql? : Transact sql
What is the difference between a database and a relational database?
What are the syntax and use of the coalesce function?