You should be able to use the COUNT(*) function in an SQL query:
EXEC SQL select count(*) into :row-count from table_name END-EXEC
You should be able to use the COUNT(*) function in an SQL query:
EXEC SQL select count(*) into :row-count from table_name END-EXEC