2017年8月25日
摘要: sql学习网址:http://www.w3school.com.cn/sql/index.asp 1>创建数据库 Create Database if not exists 【myDatabase】; 2>删除数据库 Drop Database if exists 【myDatabase】; 3>创 阅读全文
posted @ 2017-08-25 16:18 心静无痕 阅读(279) 评论(0) 推荐(0)