I have a table errors(errorId, category, eDate).
I am trying to show as result the number of errors per week and categories. The query result should be something like:
Week Category1 Category2
01 2 5
02 0 20
From stackoverflow
0 comments:
Post a Comment