macromedia.coldfusion.database_access
[Top] [All Lists]

Re: Ignoring Rows with Empty Fields?

Subject: Re: Ignoring Rows with Empty Fields?
From: "Kronin555" <webforumsuser@xxxxxxxxxxxxxx>
Date: Mon, 28 Jul 2008 17:54:40 +0000 (UTC)
Newsgroups: macromedia.coldfusion.database_access

DOH! Right you are, Dan. I was thinking the opposite when I wrote that, which, 
if you store empty fields as nulls or empty strings and don't have consistency, 
in order to get records that have blank fields in that column you'd need to 
check for:
 soshortname is null or soshortname = ''

 However, that's rectified if you just consistently store empty strings as 
nulls.


<Prev in Thread] Current Thread [Next in Thread>