Error 1444: The prepared statement contains a stored routine call that refers to that same statement
Error Code
SQLSTATE
Error
Description
1444
HY000
ER_PS_NO_RECURSION
The prepared statement contains a stored routine call that refers to that same statement. It's not allowed to execute a prepared statement in such a recursive manner
Possible Causes and Solutions
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
PreviousError 1443: The definition of table prevents operation on tableNextError 1445: Not allowed to set autocommit from a stored function or trigger
Last updated
Was this helpful?