MySQL Forums
Forum List  »  Newbie

Question about SQL Query
Posted by: Randy Burkholder
Date: March 26, 2015 11:01AM

I am working with a program that runs a MySQL backend. Sometimes, I can't get the information I want out of the program so I run queries directly on the database. I couldn't find something I was looking for in the database so I took a look at the one of the pre-built queries from the program that referenced the data I was looking for. The query looks like this:

select * from table
where (`table`.column & 16) = 16

My question is, what is the "& 16" in the where clause? I cannot find that referenced in the table.

Options: ReplyQuote


Subject
Written By
Posted
Question about SQL Query
March 26, 2015 11:01AM
March 27, 2015 12:19AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.