I am trying to create a stored procedure. In the SQL Editor, I can create the table, create a procedure, and call the procedure with no errors.
When I place this script in my procedure and try to activate, I get the following error:
My Procedure is attached. My procedure does have Output columns set up.