php find the max in a table code example Example: php find the max in a table SELECT MAX(Price) AS LargestPrice FROM Products;