Answer Posted / renji
SELECT DISTINCT (
s1.salary
)
FROM `salary` s1
WHERE n -1 = (
SELECT count( DISTINCT (
s2.salary
) )
FROM `salary` s2
WHERE s2.salary > s1.salary )
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain mail function in PHP with syntax?
List functions available to sort an php array?
What is query string php?
Tell me what are sql injections, how do you prevent them and what are the best practices?
How to generate a character from an ascii value?
Does php 5 support exceptions?
What distinguishes php from something like client side java script?
How can I find my php version?
What does php exit do?
Which framework is best for php development?
What is list function with their uses.
What is htmlspecialchars?
What does php mean?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
What is the difference between file_get_contents() and file_put_contents() in php?