You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
An invoice may have more than one item to it. Each item is entered individually under one invoice number. I just want a query to show the invoice total for all the items purchased, not individually.
thank you Cheri
Rowan
unread,
May 24, 2004, 11:06:05 AM5/24/04
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Select Invoice_Number, sum(value) as Invoice_Total from Table Group by Invoice_Number