Hi Guys,

        Quick question... I need to be able to send a query like:

select cd,fid,s_from,s_to from ima where '3355443200' between s_to and
s_from

Thats fine and all, but when I get my results I pull 2 records:

MA smith 335544320 352321535
BS mango 3355443200 3355445247

I must only return the 1 record ( 3355443200 ), but it appears that the
zero's are throwing it off.

How can I select only the EXACT record??

Thanks!!!


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to