Code has been added to clipboard!

Data With Smallest Value in SQL Min

Example
SELECT MIN(col_name)
FROM tbl_name
WHERE conditions;