On Mon, 24 Sep 2007 18:35:19 +0200, Gerhard Killesreiter <gerhard@killesreiter.de> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Doug Green schrieb:
ANSI 2003 - http://savage.net.au/SQL/sql-2003-2.bnf - search for <not equals operator>:
<not equals operator> ::= <less than operator> <greater than operator>
MySQL - http://dev.mysql.com/doc/refman/5.1/en/non-typed-operators.html - supports both != and <> Postgres - http://www.faqs.org/docs/ppbook/c7547.htm - supports both
These aren't the official links (with the exception of MySQL)
Good enough for me. Anybody got objections? Doug, can you roll a patch?
Cheers, Gerhard
Honestly, I usually use NOT (blah) anyway, as != never seemed to like me in MySQL, either. :-) (And because <> struck me as too VB-ish, but I guess I can get over that.) --Larry Garfield