×
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.
Hi Michael
Not tested, but try this
select Field1, min(Field2)
group by Field1
order by field1
Alan Shore
Programmer/Analyst, Direct Response
E:AShore@xxxxxxxx
P:(631) 200-5019
C:(631) 880-8640
"If you're going through Hell, keep going" - Winston Churchill
Michael Ryan
<michaelrtr@gmail
.com> To
Sent by: Midrange Systems Technical
midrange-l-bounce Discussion
s@xxxxxxxxxxxx <MIDRANGE-l@xxxxxxxxxxxx>
cc
12/08/2009 09:33 Subject
AM SQL - Select lowest
Please respond to
Midrange Systems
Technical
Discussion
<midrange-l@midra
nge.com>
Things like this confuse me until someone shows me how simple it is. :)
This
is what I want to do:
with temp as (select * from michael/myduptable) select * from temp having
min(field2)
Here's the data:
FIELD1 FIELD2
1 ONE
2 TWOA
2 TWOB
3 THREE
4 FOURA
4 FOURB
4 FOURC
I want this:
1 ONE
2 TWOA
3 THREE
4 FOURA
I'm using a CTE table because the select that makes myduptable (in real
life) is complex, and I thought this would make it easier. Best holiday
wishes to anyone that can give me the answer. :)
--
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.