摘要: mysql中表的创建 一般使用 create table table_name 来创建 我用student表来做例子: create table student ( id int , name varchar(45), sex varchar(45), birth date, class varch 阅读全文
posted @ 2021-05-17 22:27 MsterYu_Whitewolf 阅读(702) 评论(0) 推荐(0)