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 July 30th, 2004, 05:36 PM
mayde78 mayde78 is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 83 mayde78 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 23 m 54 sec
Reputation Power: 5
Combining queries

I need help combining two queries. Doing a 'UNION' displays the data as follows:

1 4786.54
1 78371.00
2 1082.53
2 11695.65

Instead, i want my data displayed as

1 4786.54 78371.00
2 1082.53 11695.65

Here are the queries

SELECT DailyTran.dlt_locfk AS 'Location', SUM(DailyTran.dlt_amt) AS 'Total Gas Sales'
FROM DailyTran INNER JOIN
.GLedger ON DailyTran.dlt_glfk = GLedger.gld_pk INNER JOIN
Locations ON DailyTran.dlt_locfk = Locations.loc_pk AND GLedger.gld_locfk = Locations.loc_pk
WHERE ((GLedger.gld_glno = '33101') OR (GLedger.gld_glno = '33111') OR (Gledger.gld_glno = '33121')) AND (DailyTran.dlt_date = '7/20/2004')
GROUP BY DailyTran.dlt_locfk
UNION
SELECT DailyTran.dlt_locfk AS 'Location', SUM(DailyTran.dlt_amt) AS 'Total Credit Card Sales'
FROM DailyTran INNER JOIN
.GLedger ON DailyTran.dlt_glfk = GLedger.gld_pk INNER JOIN
Locations ON DailyTran.dlt_locfk = Locations.loc_pk AND GLedger.gld_locfk = Locations.loc_pk
WHERE (GLedger.gld_glno = '11080') AND (DailyTran.dlt_date BETWEEN '5/01/2004' AND getDATE())
GROUP BY DailyTran.dlt_locfk

Reply With Quote
  #2  
Old July 30th, 2004, 05:46 PM
Memnoch's Avatar
Memnoch Memnoch is offline
Unholy Moderator
ASP Free God 14th Plane (11500 - 11999 posts)
 
Join Date: Oct 2003
Location: In hell, where did you think?
Posts: 11,776 Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level) 
Time spent in forums: 3 Weeks 5 Days 8 h 27 m 42 sec
Reputation Power: 470
Which values in the query are passed in?

Reply With Quote
  #3  
Old August 2nd, 2004, 10:52 AM
mayde78 mayde78 is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 83 mayde78 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 23 m 54 sec
Reputation Power: 5
I have 3 tables:
DailyTran that has daily transactions. (everything that rings up at the retail register). It contains 'date', 'amt', 'gl no'..glno is the category number for the item. So, this table may contain multiple items with same date and glnos.
The next table is the GLedger which contains 'glno' , 'locid', 'Item Description'.
e.g. 33121 1 Gas Sales -Unleaded'.
Last table is the location that contains 'locid', 'loc_no', 'loc_description'...different location ids for different retail outlets.

I have to display say for eg. Total Gas Sales, Total Gas Gallons, YTD for the day for locations 1-7.

To do this i pass gl_no and date to the DailyTran table and the GLedger table.

However a union of the 2 sql statements displays results as i described before. Instead i want the specified display. Hope this helps understanding my question better.

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft SQL Server > Combining queries


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
Stay green...Green IT