Subject execute stored procedure for select?
Author firebirdsql
How would I do this?
EXECUTE PROCEDURE procedure (col1)
SELECT col1 FROM test;