Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft SQL Server

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old February 23rd, 2004, 10:31 AM
PhrostED PhrostED is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 12 PhrostED User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Count without Group By

I have a working SQL statement that returns record information from a records table as well as the number of items in the items table linked to the records table. The Query looks like this:

SELECT mn_records.*, count(mn_items.parentRecord) AS [itemCount]
FROM mn_records, mn_items
WHERE mn_records.recordID = '01-0126500'
AND mn_items.parentRecord = '01-0126500'
GROUP BY mn_items.parentRecord, mn_records.recordID,
mn_records.title, mn_records.author, mn_records.publisher,
mn_records.imgURL, mn_records.descrip, mn_records.documentType,
mn_records.series, mn_records.gradeLevel, mn_records.language,
mn_records.length, mn_records.callNumber, mn_records.ISBN

It works fine and returns exactly what I want, but is there anyway to trim the GROUP BY statement? I'm not even sure why it's necessary, but the server chokes if it isn't there.

Reply With Quote
  #2  
Old February 25th, 2004, 02:20 PM
sbaxter sbaxter is offline
Moderator: Access, SQL
ASP Free God (5000 - 5499 posts)
 
Join Date: Oct 2003
Posts: 5,126 sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 4 Days 1 h 2 m 51 sec
Reputation Power: 12
What do you mean by "TRIM" do you mean to include criteria by using "Having" or What?


S-

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft SQL Server > Count without Group By


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway