Data definition statements not allowed in procedures
Item |
Value |
---|---|
SQLCode |
-623 |
Constant |
SQLE_DDL_NOT_ALLOWED_IN_PROCEDURES |
SQLState |
52W21 |
ODBC State |
S1000 |
The procedure definition contains a data definition statement (such as CREATE, DROP, GRANT, REVOKE, ALTER). These statements are not allowed within procedures.