I am not very experienced in writing queries.
I need to count items in table "Brochures." There are five colums with integer data type.
Example:
I need to find a count for each of the columns and then get a total of all the columns combined. Is there a way to do this in one query?
I need to count items in table "Brochures." There are five colums with integer data type.
Example:
Code:
moddrc sos tbi moddrc_sp sos_sp
100 50 0 0 0
0 100 25 25 0
I need to find a count for each of the columns and then get a total of all the columns combined. Is there a way to do this in one query?