Skip to content

Tag: sql-server

Sort Records comparing sums across multiple tables

In SQL Server, I am wanting to bring back all jobs where To make it easy to see what results I should get I added the following table and updated the inserts into tables. InvoicedRecieved is ignored for simplicity. Jobs 2,4 Should be returned. I also need another statement bring back the number of jobs per us…