P
pcbins
I have a table that shows:
REGION COND_A COND_B COND_C COND_D
NORTH N Y Y N
SOUTH N N N N
EAST Y Y N N
WEST N N N Y
CENTRAL N Y N N
I would like to run a query that will add a count column at the end, that
will count the number of "Y" conditions.
Is that possible? Or is this not the way to go about it?
REGION COND_A COND_B COND_C COND_D
NORTH N Y Y N
SOUTH N N N N
EAST Y Y N N
WEST N N N Y
CENTRAL N Y N N
I would like to run a query that will add a count column at the end, that
will count the number of "Y" conditions.
Is that possible? Or is this not the way to go about it?