[Exim] Tinyint -> Binary -> And?

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jan Johansson
Data:  
Para: exim-users
Asunto: [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).



--