12 2015 档案

摘要:数据库个人总结(初级)1.增删改查insert into 表名 values ('条件','条件2')delete from 表名 where 条件update 表名 set=条件值 where 条件select * from 表名 //查询所有值select 列名 from 表名 //查询单个值2... 阅读全文
posted @ 2015-12-11 16:14 西瓜冰镇老板 阅读(199) 评论(0) 推荐(0) 编辑