Hello. how can i get count of the rows in cursor ?
this code always return 0, but table is not empty:
open curs for select * from classif order by id;GET DIAGNOSTICS i = ROW_COUNT;