I found a MySQL Query in my application, which I really don´t understand. Its very long, this is just the part of it, I dont understand:
WHERE ( id & 0xff = 0 ) OR ( ( id >= 3000 ) AND ( id & 0xff != 0xff ) )
What the heck is this '0xff'? Threre is no column '0xff' in this table.