Answer Posted / lokesh das
Using a single query not sub-query
SELECT * FROM `employee` ORDER BY salary DESC LIMIT 2, 1
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Is mongodb faster than mysql?
How important is to list the column names when doing an insert?
How do I kill a mysql query?
How to get a list of columns in an existing table?
How to calculate the difference between two dates?
Is mysql free for commercial use?
Why use mysql procedures?
What causes mysql too many connections?
What is difference between mysqli and pdo?
How to enable or disable a row of a table using MySQL in struts?
What are mysql queries?
Is primary key auto increment?
How to enter microseconds in sql statements?
How do I start mysql?
Is foreign key indexed mysql?