MYSQL - DML

DML - 增刪改表中數據 添加數據web insert into t_name(col1, col2, …, colN) values(type1, type2, … typeN); 刪除數據svg delete from t_name where [condition]; truncate table t_name 刪除表的全部數據,建立一個如出一轍的空表 修改數據xml update tab
相關文章
相關標籤/搜索