Community

Finding the highest value in several SQL Server columns

(Arthur Fuller) You have a SQL Server table with n columns containing integers, floats, money, or dates, and it’s your task to return the maximum value contained on a row from these columns. You may even be required to do this for multiple rows at once, returning a record set.

Read More - Register for Free Membership