标签: mysql
如何在程序MYSQL中使用IF中的双重条件?
IF (tbl = 'my_table' AND COUNTER < 1) THEN LEAVE table_loop; END IF;
有可能吗?