增删改
四句死代碼
1.查詢數(shù)據(jù)
select * from 表名
2.插入數(shù)據(jù)
insert into 表名 values (‘值1’,‘值2’)
3.刪除數(shù)據(jù)
delete from 表名 where 條件
4.update 表名 set 列=值 where 條件
5.重置,一般不要使用,數(shù)據(jù)難以恢復(fù)
truncate table 表名
總結(jié)
- 上一篇: ios android cpu占用率,i
- 下一篇: H5完整版问卷模板