I have the follow table:
trap survey result
-------------------------------------
t1 120 ok
t2 120 ok
t3 400 plugged
t4 400 cold
etc.
I am interested in a query which returns:
result occurrence
-------------------------------
ok 2
plugged 1
cold 1
etc.
I am using count but I get the results one at a time.
Regards
S. van Els
SAvanEls@cq-link.sr
trap survey result
-------------------------------------
t1 120 ok
t2 120 ok
t3 400 plugged
t4 400 cold
etc.
I am interested in a query which returns:
result occurrence
-------------------------------
ok 2
plugged 1
cold 1
etc.
I am using count but I get the results one at a time.
Regards
S. van Els
SAvanEls@cq-link.sr