摘要:
SELECT CONCAT( 'DROP TABLE ', GROUP_CONCAT(table_name) , ';' ) AS statement FROM information_schema.tables WHERE table_schema = 'video' AND table_name LIKE 't_c%'; 阅读全文
posted @ 2017-02-02 10:50
木子炜培先生
阅读(1443)
评论(0)
推荐(0)
浙公网安备 33010602011771号