Well, I've never seen that behavior then. But, I also don't understand
what the heck you're trying to do with your query. You realize that
0=0 will always be true, right?

So, when you have a where statement like
 0=0 OR   (0  LIKE '%' + ',' + CONVERT(VARCHAR,0) + ',' + '%' AND
                               0   LIKE        '%' + ',' +
CONVERT(VARCHAR,0) + ',' + '%')

You might as well just leave off the second half of it. The DB is
going to say, "oh, yah, 0=0...I don't even have to check that other
half of the "or" clause."

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216495
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to