×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Now, suppose I'm looking for two result sets, both "ORDER BY FOO, BAR":
one of all the records from 180648 10000105169 through EOF, and one of
all the records from TOF to 180648 10000105169.
Obviously, if I were to do "WHERE FOO <= 180648 AND BAR <= 10000105169"
for the second result set, it would miss 180639 10000105333 and 180639
10000105334 entirely, skipping back to 180639 10000105100.
I *could* do something like "WHERE (FOO <= 180648 AND BAR <=
10000105169) OR FOO < 180648" -- but what happens if I'm keying on 3
fields? Is there an easier, more general solution?
--
JHHL
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.