![]() Number Range Query - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Number Range Query (/showthread.php?tid=56358) Number Range Query by Dempsey on 03-01-2006 at 12:50 PM
Just wondering if anyone can help me out a bit with this stuff I'm doing at work? quote: I then want to perform an SQL query where a field is one of those numbers, but as the list could be a lot larger, I can't just list the numbers in the query as I'm guessing there would be a limit. So what would be the way to programatically create a 'smart query' so that its something like: quote: If anyone has any ideas how'd I'd go about it or about the limits of SQL queries to an IBM machine then please reply ![]() I'll be doing this in FileMaker scripting, but if really necessary I could add it to our existing VB app which is also part of the system. But any advice even how'd you would do it in other languages would be useful. Thanks for any replies ![]() RE: Number Range Query by RaceProUK on 03-01-2006 at 01:48 PM
quote:will work. RE: RE: Number Range Query by Dempsey on 03-01-2006 at 02:32 PM
quote:well I know thats a valid query, that wasnt my question, and that was just an example list, much smaller than the real data. I asked how I could create that query programmatically. RE: Number Range Query by Adeptus on 03-01-2006 at 05:34 PM
Dempsey, RE: Number Range Query by Dempsey on 03-01-2006 at 05:54 PM Ah cool cheers Adeptus thats probably what I'll do. The list of numbers are like IDs from another table so I can just do the subquery and then I'll recieve only the exact records I want. RE: Number Range Query by Adeptus on 03-01-2006 at 06:34 PM
Great! |