You can generate statement like this: DROP TABLE t1, t2, t3, ... and then use prepared statements to execute it: SET FOREIGN_KEY_CHECKS = 0; SET @tables ...
確定! 回上一頁