Community

Creative uses for coalescence in SQL Server

(Arthur Fuller) COALESCE() accepts a series of values and a value to use in the event that all items in the list are null; then, it returns the first not-null value. This tip describes two creative uses of the COALESCE() function in SQL Server.

Read More - Register for Free Membership