How to find out the second largest element from mysql table
Answer Posted / ved prakash bishnoi
select salary from tableName group by salary order by
salary limit 2,1
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
What is mysql gpl?
Write a query to retrieve a hundred books starting from 20th.
What is procedures in mysql?
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');
How do you stop an access query?
What is the date format in mysql?
can you tell how can you display the maximum salary in sql? : Mysql dba
How can I connect mysql database?
How to create a new view in mysql?
What is a trigger? How you can create a trigger in mysql?
What are mysql functions?
What is the difference between mysql and pdo?
How to convert character strings to numeric values?
What is mysql in linux?
How to get a list of indexes of an existing table?