Re: Selecting only the exact record from double

2003-09-18 Thread Victoria Reznichenko
"Chris" <[EMAIL PROTECTED]> wrote: > >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 m

Selecting only the exact record from double

2003-09-16 Thread Chris
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 retur