Andrew Davidson
Member since Mar 28, 2014
- Profile: /members/11737-andrew-davidson.htm
- Comments: 1
Recent Blog Comments By Andrew Davidson
-
Why NULL Values Should Not Be Used in a Database Unless Required
Posted on Mar 28, 2014 at 8:48 PM
@Ben, Why make a blog when you don't know database design and architecture? Clearly you have not worked with anything other than CF. If you have a mixed bag in a column with bad database design you can still do the following in SQL. SELECT * FROM contact where ISNULL(middle_Name,'') = '' Like ot... read more »