Aggregate Functions - MAX()

 MAX(): Mengembalikan nilai maksimum dalam set nilai

Sintaks:

SELECT MAX(column_name) FROM table_name;




Comments