Get Social!Unlike Maria DB, MySQL does not currently support the command EXECUTE IMMEDIATE. Essentially EXECUTE IMMEDIATE is shorthand for perparing a statement, executing a statement and then finally deallocating the prepaired statement. To get round this limitation in MySQL you can create a stored procedure that wraps up the commands required to execute a statement into
↧