Aggregate Functions - MIN()

 MIN(): Mengembalikan nilai minimum dalam set nilai

Sintaks:

SELECT MIN(column_name) FROM table_name;






Comments