Ah - Ha
I'm glad to see that someone spotted my deliberate mistake (tongue in
cheek)
Yep - you are right
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
"Richard Casey"
<casey_r@popmail.
firn.edu> To
Sent by: "'Midrange Systems Technical
midrange-l-bounce Discussion'"
s@xxxxxxxxxxxx <midrange-l@xxxxxxxxxxxx>
cc
12/09/2009 03:14 Subject
PM RE: Help with a fairly basic SQL (I
think)
Please respond to
Midrange Systems
Technical
Discussion
<midrange-l@midra
nge.com>
Shouldn't that be count(*)>=2 or count(*)>1 ??
Richard
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Tom
Sent: Wednesday, December 09, 2009 2:52 PM
To: 'Midrange Systems Technical Discussion'
Subject: RE: Help with a fairly basic SQL (I think)
Both say 'No data selected for output', which I reckon means no dup LOCN
values.
Tom
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Alan Shore
Sent: Wednesday, December 09, 2009 12:06 PM
To: Midrange Systems Technical Discussion
Cc: 'Midrange Systems Technical Discussion';
midrange-l-bounces@xxxxxxxxxxxx
Subject: RE: Help with a fairly basic SQL (I think)
I have only had that message when the field (LOCN in this case) is NOT
unique Try the following SQL select LOCN, count(*) from tomh/locnmstrpf
group by LOCN having count(*) >
2
and
select LOCN, count(*) from adp/locnmstrpf group by LOCN having count(*) > 2
if you get a display in either one then LOCN is NOT unique
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
--
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.