选择:baiselect * from table1 where 范围du
插入:zhiinsert into table1(field1,field2) values(value1,value2)
删除:delete from table1 where 范围
更新:update table1 set field1=value1 where 范围
查找dao:答select * from table1 where field1 like ’%value1%’
相关文章
- 02-20linq to xml(增删改查)
- 02-20[codevs 1995]黑魔法师之门(并查集)
- 02-20POJ 1773 Parity game 带权并查集
- 02-20excel 单列出勤、查重
- 02-20P3144 [USACO16OPEN]关闭农场Closing the Farm_Silver(并查集反向)
- 02-20LA 6187 - Never Wait for Weights 并查集的带权路径压缩
- 02-20前端背景知识查漏补缺
- 02-20ZOJ 3261 - Connections in Galaxy War ,并查集删边
- 02-20题解报告:zoj 3261 Connections in Galaxy War(离线并查集)
- 02-20xml的增删改查