WHERE some_field = NULL

Apr 27, 2006 10:13

I was working through a query log earlier and came across some 5% of the queries doing something like this ( Read more... )

Leave a comment

Comments 1

codetoad April 27 2006, 10:09:40 UTC
It's the whole value versus reference thing. "is null" is much better because it has nothing to do with the value but rather the reference.

is that sort of thing really a bottleneck, though?

Reply


Leave a comment

Up