Tuesday, March 25, 2014

Rules for SQL developers

  Click link for explanation/example.

Only use ISNULL() to check for nulls, but never to return or assign a value.  Instead, use COALESCE().

No comments:

Post a Comment