GroundControl_852

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

06 2020 档案

摘要: 阅读全文
posted @ 2020-06-22 15:10 GroundControl_852 阅读(186) 评论(0) 推荐(0)

摘要: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 阅读(185) 评论(0) 推荐(0)