Answer Posted / vishnu
select salary from table where salary!=max(salary) order by
desc limit 1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to enable cURL in PHP?
What are psrs?
Can I learn php without knowing c?
Can a super () and this () keywords be in same constructor?
What is cookies? How to create cookies in php?
Can the value of a constant change during the script's execution?
What is $this in php?
What are the Formatting and Printing Strings available in PHP?
Tell us why did you choose this particular career path?
Does php support multiple inheritances?
What are classes in php?
What is __ invoke in php?
What is the most convenient hashing method to be used to hash passwords?
How to generate a character from an ascii value?
What is the difference between array_merge() and array_merge_recursive() in php?