how to find 2nd highest salary in random database salary of employer.....
Answer Posted / arnab das
select distinct column_name from table_name order by
column_name desc limit 1,1
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What are the technical features of MySQL?
How do I edit a stored procedure in mysql?
How to show table structure mysql?
Is number a datatype in mysql?
What is the command line end user interface - mysql?
Does mysql support sequence?
Can we store files in mysql?
Can we join 3 tables in mysql?
How do I change directories in mysql?
How to rename an existing table in mysql?
What is meant by sharding?
How do I automate a backup in mysql?
What is the difference between char and varchar in mysql?
List data types in mysql? Explain
How do I select a database in mysql?