Answer Posted / shrikant patil
select max(salary) from tbl_name where salary !=(select
max(salary) from tbl_name);
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is basic php?
What does $globals mean?
What are include() and require() functions?
What are computer variables?
Explain Creating and Naming an Array?
Explain mixed and callback functions?
Explain me what is the difference between explode() and split() functions?
What is basename php?
What is meant by pdo in php?
How to redirect https to http url through .htaccess?
What is the purpose of pear in php?
What is a comment in php?
What are php data types?
How to take a substring from a given string?
How to Pass JSON Data in a URL using CURL in PHP?