MIN, Finding the Smallest Value

Syntax : MIN(field)

Example : SELECT MIN(Harga) AS 'MinHarga' FROM Barang;

Min function is used to find the smallest value from a field in a table


No comments:

Post a Comment