Mysql
 sql >> Database >  >> RDS >> Mysql

MySQL ::Esegui l'istruzione SQL all'interno della variabile

PREPARE clear_temp FROM "DELETE FROM w_projection_temp WHERE user_id = ?"
EXECUTE clear_temp USING uid;
DEALLOCATE PREPARE clear_temp;