Name

GREATEST( )

Synopsis

GREATEST(value, value,  . . . )

Use this function to compare two or more values and return the greatest value. In an INTEGER datatype context, all values are treated as integers for comparison. In a REAL datatype context, all values are treated as REAL values for comparison. If any parameter contains a case-sensitive string (i.e., with a BINARY flag), all values are compared as case-sensitive strings.

SELECT GREATEST(col1, col2, col3);

Get MySQL in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.