Subject | How to return recordset from stored procedure? |
---|---|
Author | firebirdsql |
Post date | 2011-09-17T03:44:25Z |
I got the following procedure:
CREATE PROCEDURE test_groups
AS
BEGIN
SELECT group_name FROM groups;
END^
CREATE PROCEDURE test_groups
AS
BEGIN
SELECT group_name FROM groups;
END^