Community

Simplifying SQL Code with the IS NULL Clause & the ISNULL() Function

(DDarren) There are two SQL statements that can save any database programmer a lot of trouble. One simplifies the code needed for conditionals in respect to data filtering, and the other makes sure that data return values are in the format you want them to be. The former statement is the IS NULL cla

Read More - Register for Free Membership