DQLselect * from t1
DMLupdateupdate t1 set t1.name = '张珊' where t1.id = 20
deletedelete from t1 [Where] -- 自动增长的列的记录值不
2022-07-20