MINI MINI MANI MO

Path : /opt/mysql/mysql-test/suite/binlog/r/
File Upload :
Current File : //opt/mysql/mysql-test/suite/binlog/r/binlog_temporary_tables_user_var_event.result

CREATE TABLE t1 (id INT);
CREATE TEMPORARY TABLE t2(id INT);
SET @id := 1;
DELETE FROM t1 WHERE id LIKE @id;
DROP TABLE t1;

OHA YOOOO