mysql刪除指定數據庫全部的表

SELECT CONCAT('DROP TABLE IF EXISTS ', table_name, ';') FROM information_schema.tables WHERE table_schema = 'tiens';
相關文章
相關標籤/搜索