I want to find the maximum value of multiple columns.
MySQL supports the GREATEST function but SQL Server doesn\'t.
Is there any function similar to this in
Try using TOP instead or MAX.
TOP
MAX