On 6 October 2017 at 15:42, <no...@null.net> wrote:

> On Fri Oct 06, 2017 at 09:28:08AM +0200, Clemens Ladisch wrote:
> >
> > For boolean values, "a XOR b" = "a <> b".
>
> Is the <> operator documented somewhere? I can't find it in either of
> these places:
>

<> is SQL for "not equal to" (shout out to all the BASIC fans). It's
documented here:
https://sqlite.org/lang_expr.html#binaryops

-Rowan
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to