MAX, Finding the Biggest Value

Syntax : MAX (field)

Example : SELECT MAX (Harga) AS 'MaxHarga' FROM Barang;

Max function is used to find the greatest value from a field in a table


No comments:

Post a Comment