Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

How to Group By day and get a total from the Amount column per day?

$
0
0
[code language="sql"]Select Invoice_Exceptions.DateTime, Invoice_Exceptions.Invoice_Number, Invoice_Exceptions.ItemNum, Inventory.ItemName, Invoice_Exceptions.Reason_Code, Invoice_Exceptions.LineNum, Invoice

Viewing all articles
Browse latest Browse all 3145

Trending Articles