×
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.
Apologies everyone, I had that backward.
Select field1, count(*)
From file 1
Group by field1, field2
You get field1 listed multiple times with different counts.
From: smith5646midrange@xxxxxxxxx <smith5646midrange@xxxxxxxxx>
Sent: Thursday, June 16, 2022 8:25 AM
To: 'Midrange Systems Technical Discussion' <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: SQL select vs group by
I found something interesting the other day. You can have fields in your group by clause that are not in the select clause.
Select field1, count(*)
From file1
Group by field1, field2
This gives a really weird looking results set and so I and was wondering if anyone could give me a reason that you would do something like this.
Full disclosure…how I found this was that I missed a comma in my select statement. 😊
As an Amazon Associate we earn from qualifying purchases.
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.