xtendscott
Programmer
OK,
I have a MS SQL table that keeps track of Referrer Link, State, Quantity of product, Etc.
Say I wanted to Quantify How many Request per State. Group By State and Return Count for each State. Is it possible with one query or do I have to do a Loop through all the states and then query count results?
This is something that I would also like to possibly graph in the future.
Thanks.
I have a MS SQL table that keeps track of Referrer Link, State, Quantity of product, Etc.
Say I wanted to Quantify How many Request per State. Group By State and Return Count for each State. Is it possible with one query or do I have to do a Loop through all the states and then query count results?
This is something that I would also like to possibly graph in the future.
Thanks.