Using Procedures
-
Is it possible to run a report from a saved Procedure? I have a few procedures that create temporary tables, and then run a query based on those. I would like to call one of these procedures to create a report. I’ve tried the following, which works in the database, but not with the plugin:
CALL get_courses();
The field names I used match the column names of the final SELECT query in the procedure.
If I can’t use saved Procedures, can I run something similar with multi-step queries?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Using Procedures’ is closed to new replies.