[Exim] Tinyint -> Binary -> And?

Top Page
Delete this message
Reply to this message
Author: Jan Johansson
Date:  
To: exim-users
Subject: [Exim] Tinyint -> Binary -> And?
This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
(mysql 3.23)



Suppose I have a Tinyint column, which holds "13", lets say I want to
find if 2(binary) 0010 is part of 13 (1101), I guess I want to do a 0010
AND 0010, can I do that straight in SQL (Sicn ei am on 3.x I do not have
CAST or CONVERT).



--