T
trettr
Hi,
I need help to solve this problem.
I design a questionnarie and my client ask to a report of the results, much of
the answer are precompiled so I know the possibile value. For examples at
question A, and B the possible answer are YES or NO.
My problem is the I have to create a table in which I specify how much people
answers YES and NO at question A, and how much people answers YES and NO at
question B, and so on.
I'm able to recover only one value in a sql query.
<
Select count(A)
from MYtable
where A='YES'
So how can I recover all the sums for given values in every column?
Thank You very much
I need help to solve this problem.
I design a questionnarie and my client ask to a report of the results, much of
the answer are precompiled so I know the possibile value. For examples at
question A, and B the possible answer are YES or NO.
My problem is the I have to create a table in which I specify how much people
answers YES and NO at question A, and how much people answers YES and NO at
question B, and so on.
I'm able to recover only one value in a sql query.
<
Select count(A)
from MYtable
where A='YES'
So how can I recover all the sums for given values in every column?
Thank You very much