anonymous
2007-08-07 20:03:47 UTC
If I have the following datasets:
lowrange highrange datainfo
300 399 random info here
400 499 more random info
500 599 random here
(Note...each row and number is unique. No number appears in more than one recordset.)
If I query the database for the number 458, I want to return:
400 499 more random info.
So, how do I enter that query? Thank you.