MySql delete table

There are two ways to delete database tables

 

1. Delete table records

delete from test;

2. Delete the table structure

drop table test;

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326914847&siteId=291194637