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
What are different categories of sql commands?
what is timestamp in mysql? : Sql dba
Name three sql operations that perform a sort.
what is the difference between clustered and non clustered index in sql? : Sql dba
What is difference between inner join and cross join?
How many functions are there in sql?
What is a record in a database?
What are the main features of cursor?
What does truncate mean in sql?
Differentiate between sga and pga.
What's the difference between inner join and left join?
What will you get by the cursor attribute sql%notfound?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
Why indexing is needed?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?