Example & Tutorial understanding programming in easy ways.

How find the MAX and Second max value from the database table?

Syntax:


SELECT columns 

FROM table_name 

ORDER BY DESC

LIMIT 2

Read More →