Viewing 15 posts - 316 through 330 (of 938 total)
Thanks Jim. Not only do NULLs group together, but they are considered "not distinct" when performing set-based operations like UNION, EXCEPT, INTERSECT, and when retrieving DISTINCT rows: http://www.sqlservercentral.com/articles/Advanced+Querying/2829/%5B/url%5D.
April 4, 2008 at 12:10 pm
kaspencer (4/3/2008)
Personally, when I design database schemas where some of the data has to be date-ranged (and lots of data items in most data models...
April 3, 2008 at 8:02 pm
dbishop (4/3/2008)
April 3, 2008 at 4:18 pm
Ian Crandell (4/1/2008)
I have one question about the truth table (and this might...
April 1, 2008 at 5:31 pm
Jeff Moden (3/28/2008)
Mike C (3/28/2008)
March 28, 2008 at 8:29 pm
Lars Huttar (3/28/2008)
Mike C (3/28/2008)
March 28, 2008 at 1:52 pm
Jim Russell (3/28/2008)
Since nulls will group together in a...
March 28, 2008 at 1:48 pm
Jeff Moden (3/28/2008)
Mike C (2/27/2006)
Both of which, by the way, are non-SARGable in WHERE clauses...
??? :blink: Maybe I'm reading this wrong, but WHERE NOT IN most...
March 28, 2008 at 1:44 pm
Gregg Walker (3/28/2008)
I had never heard of the COALESCE function before. We use Informix as our primary database...
March 28, 2008 at 12:51 pm
Bill Wimsatt (3/28/2008)
March 28, 2008 at 12:36 pm
Lars Huttar (3/28/2008)
Matt Miller (3/28/2008)
March 28, 2008 at 11:05 am
Would I be willing to concede that the statement "NULL is not equal to any other value, or other NULLs" is incorrect? Absolutely if the opposite can be demonstrated:...
March 28, 2008 at 10:59 am
Lars Huttar (3/28/2008)
I have a point of unclarity or inaccuracy to pound on...
March 28, 2008 at 10:18 am
Matt Miller (3/28/2008)
Mike C (3/28/2008)
March 28, 2008 at 10:07 am
Viewing 15 posts - 316 through 330 (of 938 total)