Answer Posted / jaimin desai
Select MAX(Salary) from tbl
order by salary DESC limit 1,1
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Can I learn php without knowing c?
Is string php function?
What is PHP's configuration file called?
What are the 3 scope levels available in php and how would you define them?
How to set a value in session? How to remove data from a session?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
How to take a substring from a given string?
What is an example of a variable?
Whether php supports microsoft sql server?
Does php have future?
Can a trait extend a class php?
What is meant by pear in php? What is the purpose of it?
Write a program to swap two numbers using php.
Is key in array php?
What is php7?