R Smith wrote
> it would be nice to have 
> an XOR operator in the way that & and | work...  Is there any character 
> left to use, or one that are regularly used as XOR in other languages?  
> The $ sign seems to be free, but it would be nice to conform to some 
> standard. Perhaps a combined "<|" or such.

SQL-Server uses ^ for xor, PostgreSQL uses #, Firebird uses a function named
bin_xor, ... In HQL (at least the NHibernate HQL), it uses ^ for xor and by
default output ^ into resulting SQL.



--
Sent from: http://sqlite.1065341.n5.nabble.com/
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to