2019年3月7日
摘要: 暂无待添加 阅读全文
posted @ 2019-03-07 17:53 随笔BLOG 阅读(103) 评论(0) 推荐(0)
摘要: SQL DML和 DDL DML:数据库操作语言 select - 数据库查询数据 select 列名 from 表名 update - 更新数据库数据 update 表名 set 列名 = 新值 where 列名 = 某值 delete - 数据库中删除数据 delete from 表名 wher 阅读全文
posted @ 2019-03-07 16:53 随笔BLOG 阅读(123) 评论(0) 推荐(0)