×
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.
This worked given data in your example.
select min(f1) from qtemp/tst a
where not exists
(select * from qtemp/tst b
where a.f1-1=b.f1)
and a.f1>1
From: Jan Grove Vejlstrup <jgv@xxxxxxxx>
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Date: 12/01/2015 04:33 AM
Subject: SQL - Question
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>
Hello,
I have a file with one field:
1
2
4
5
6
8
9
Is it possible with SQL to get the lowest number *not* in the file, here
3? Or the highest, here 7.
Best regards
Jan
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.