Tagged Questions
1
vote
5answers
6k views
Subtraction between two sql queries
I have 2 queries in MS SQL that return a number of results using the COUNT function.
I can run the the first query and get the first result and then run the other one to get the other result, ...
0
votes
1answer
76 views
Subtract the previous row of data where the id is the same as the row above
I have been trying all afternoon to try and achieve this with no success.
I have a db in with info on customers and the date that they purchase products from the store. It is grouped by a batch ID ...