I need to do something like the following :
EXECUTE MACRO m1 WHERE EXISTS (SELECT 1 FROM t1);
Since SQL does not support the statement above, I initially thought I should probably get away using ActivityCount, but the number of macro's involved etc.. makes this a little messy to code... I was wondering if there might be an easier solution out there... Any ideas? Thanks!
EXECUTE MACRO m1 WHERE EXISTS (SELECT 1 FROM t1);
Since SQL does not support the statement above, I initially thought I should probably get away using ActivityCount, but the number of macro's involved etc.. makes this a little messy to code... I was wondering if there might be an easier solution out there... Any ideas? Thanks!