MySQL Forums
Forum List  »  German

Re: compare binary values
Posted by: Simon Oberländer
Date: October 16, 2014 01:28AM

SELECT
CONV( 21, 10, 2 ) AS att,
CONV( 17, 10, 2 ) AS cbx
FROM gasthaus
HAVING att >= cbx
LIMIT 0 , 30

Options: ReplyQuote


Subject
Views
Written By
Posted
2260
October 15, 2014 11:59PM
Re: compare binary values
1125
October 16, 2014 01:28AM


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.