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 page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?