CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
database
> The mysql database how to delete the data
The mysql database how to delete the data
Time:10-06
Innodb engine, set up the independent table, partition, how to delete to delete the data, the database is more and more big now,
CodePudding user response:
The ALTER TABLE sale_data DROP PARTITION p201010;
Page link:
https//www.codepudding.com/database/54088.html
Prev:
Beyond the system resource
Next:
PostgreSQL create table is how to carry on the limit of characters or the value of the integer
Tags:
MySQL
Related
Links:
CodePudding