(數據庫-MySQL)表-數據刪除

數據刪除:ui delete from 表名 [where 條件];blog 例如:索引 delete from student where stuid=7;事務 select *from student;table (若是直接刪除student表中全部數據)delete from student;(不須要制定條件,將一條一條的刪除)select 若是數據比較多,選用truncate更快捷、高效!
相關文章
相關標籤/搜索