N
Noozer
My table:
REP text: 4 characters
One text: 10 characters
Two text: 10 characters
Done boolean: 1 byte
What I would like to return from a query:
For each unique REP I want to return:
REP
Count of rows where ONE and TWO are both blank.
Count of rows where ONE is not blank and TWO is blank.
Count of rows where ONE and TWO are both not blank.
Coung of rows where Done is TRUE.
I'll be the first to accept that I suck when it comes to SQL... Can someone
help me out here?
Thanks!
REP text: 4 characters
One text: 10 characters
Two text: 10 characters
Done boolean: 1 byte
What I would like to return from a query:
For each unique REP I want to return:
REP
Count of rows where ONE and TWO are both blank.
Count of rows where ONE is not blank and TWO is blank.
Count of rows where ONE and TWO are both not blank.
Coung of rows where Done is TRUE.
I'll be the first to accept that I suck when it comes to SQL... Can someone
help me out here?
Thanks!