Koen Piller
Programmer
Hi,
I would like to create a cursor with a 'count for myfield = mycondition as mycount'
is that possible?
Regards,
Koen
I would like to create a cursor with a 'count for myfield = mycondition as mycount'
Code:
SELECT club, count(club) as games, COUNT(FOR (score=3)) as wingames, SUM(score) as score GROUP BY club FROM temp ORDER BY 3 descending INTO CURSOR temp2
is that possible?
Regards,
Koen