开发者

Regarding Database data deletion from tables in mysql

开发者 https://www.devze.com 2023-01-01 18:52 出处:网络
I\'m new to mysql. My Requirement is I have a database \"sample\" and there are 20 tables in it with some sample data. I want to remove all the data from all tables of that database without deleting t

I'm new to mysql. My Requirement is I have a database "sample" and there are 20 tables in it with some sample data. I want to remove all the data from all tables of that database without deleting tables or recreating them

So please help me with a soluti开发者_运维问答ons.

Regards Chandu.


Call TRUNCATE TABLE on each table.

0

精彩评论

暂无评论...
验证码 换一张
取 消