sqlfiddle

Error performing PROCEDURE call in SQL Fiddle

When calling a PROCEDURE in SQL Fiddle, the following error appears: DDL and DML statements are not allowed in the query ... ; END// In the SQL execution tab: CALL PROC_TEST() Follows the fiddle used in the creation and calling of PROCEDURE.