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 is update query?
What is data modelling in sql?
what is commit? : Sql dba
What is an escape character in sql?
What is procedure explain with example?
Explain the uses of a database trigger?
What is the function that is used to transfer a pl/sql table log to a database table?
Why does sql need a server?
What is crud sql?
Can we commit inside a trigger?
How do you write an inner join query?
Can we use having without group by in sql?
Why we use pl sql?
Does google use sql?
What is clustered and nonclustered index in sql?