摘要: 1、说明:几个简单的基本的sql语句 选择:select * from table1 where 范围 插入:insert into table1(field1,field2) values(value1,value2) 删除:delete from table1 where 范围 更新:updat 阅读全文
posted @ 2015-10-16 15:23 .追风逐月 阅读(222) 评论(0) 推荐(0)