Hi,
why not just using the count aggregate function?
DECLARE lv_count Integer;
SELECT count(*) INTO lv_count FROM :var_sub;
Best Regards,
Florian
Hi,
why not just using the count aggregate function?
DECLARE lv_count Integer;
SELECT count(*) INTO lv_count FROM :var_sub;
Best Regards,
Florian