×
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.
Thoughts:
If you had a file, that had the full sequence of numbers you could
compare this field to, you would have a few options.
1. an expception join
2. query over the sequence file, where field not in your data file.
select *
from seqfil
where seqfield not in (select field from yourdtafil)
Good luck,
Jeff
Tomasz Skor(B*a <t.skorza@xxxxxxxxxxx> 09/27/07 9:13 AM >>>
Hi
I need some sql query statement to find "whole" between numbering in
one
field in rows
example
we have a file with filed ID which grow increase 1 for each record
10011
10012
10013
10014
10017
I i need query which find that number 10015, 10016 is ommited in
file/records.
have you any idea?
Regards
Tomasz Skorza
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.