×
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.
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
As an Amazon Associate we earn from qualifying purchases.
This thread ...
RE: Help with a fairly basic SQL (I think), (continued)
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.