Monday, May 9, 2011

MySql "is distinct from"

I just saw that search phrase on my blog hit. This is MySql way:

Select * from tbl where fieldA <=> fieldB

And this is Sql Server's IS DISTINCT FROM : http://www.ienablemuch.com/2010/10/sql-server-is-distinct-from.html

No comments:

Post a Comment