Hi,
I'm running MonetDB v11.13.9 (Oct2012-SP3), i have some doubts about bit functions, i was trying the bit functions looking at MySQL docs in MonetDB:
And when i used ^, the pow was calculated instead of XOR, the ~ don't work as expected too.
This patch will be applied on MonetDb, any date of release of MonetDb with ^ already as XOR?
Right now what operator should i used to make a xor? I tested xor XOR and MonetDb didn't recognize.
If i want to insert in binary form how i do? b'binary' works?
Thanks in advance,