mysql データベース内のテーブルのすべての行を切り捨てたいと考えています。
SET FOREIGN_KEY_CHECKS = 0; -- Disable foreign key checking.
-- Need MySQL Query to iterater/loop and truncate all the tables or delete all the rows of the -- table
SET FOREIGN_KEY_CHECKS = 1; -- Enable foreign key checking.
誰かがクエリを手伝ってくれませんか?
ありがとう。