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
How to dump a table from a database.
How to run a sql statement?
can you tell what are the different set operations available in mysql? : Mysql dba
How do I show all mysql databases?
What you can use regular expression for in mysql?
How to show table structure mysql?
What is slow query log in mysql?
How many sql dml commands are supported by 'mysql'?
change column name and make a unique column so we get no dupes.
What are the technical features of MySQL?
How do you connect MySQL database with PHP?
How do I show users in mysql?
What is the use of procedure in mysql?
What is trigger in mysql?
How do I delete a row in mysql?