From: Dan Nelson Date: July 30 2002 11:02pm Subject: Re: Bit XOR not working List-Archive: http://lists.mysql.com/mysql/115956 Message-Id: <20020730230220.GG95493@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Jul 30), xtango@stripped said: > >Description: > The bit xor operand (^) don't seem to work on 3.23.51 on both Windows > and Linux. A simple query like this (taken from the MySQL manual) > will fail: > > SELECT 1 ^ 1 > > MySQL said: > > You have an error in your SQL syntax near '^ 1' at line 1 You're probably looking at www.mysql.com/doc, which actually refers to the MySQL 4 branch. 3.23.* doesn't have XOR. -- Dan Nelson dnelson@stripped