GroundControl_852

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年6月21日

摘要: 1.创建数据库 show DATABASES; create database test default charset utf8; use test; View Code 2.创建数据表 -- 1.创建表table create table class( cid int auto_incremen 阅读全文
posted @ 2020-06-21 21:15 GroundControl_852 阅读(181) 评论(0) 推荐(0)