C
cdolphin88
Hi,
I have a table with fields artefact (text), not_damage (text)
but i need to write a query so it can shows me which artefact and also
count the number of artefact that is damage and not damage... how can I
do that?
For example, if I have artefact Audio not_damage = yes and artefact CD
not_damage = no, my query result should be like this:
artefact number of items not damage number of items damage
Audio 1
0
CD 0
1
I only manage the query to show me either damage or not damage... not
like this...
can someone help me?
Cheers
C
I have a table with fields artefact (text), not_damage (text)
but i need to write a query so it can shows me which artefact and also
count the number of artefact that is damage and not damage... how can I
do that?
For example, if I have artefact Audio not_damage = yes and artefact CD
not_damage = no, my query result should be like this:
artefact number of items not damage number of items damage
Audio 1
0
CD 0
1
I only manage the query to show me either damage or not damage... not
like this...
can someone help me?
Cheers
C