doctorsong

mysql数据表的管理

1.进入数据库 use 数据库名; 2.查看当前数据库下的所有 表 show tables; 3.创建表 create table 表名称( 列名称 类型, 列名称 类型, 列名称 类型 )default charset=utf8; creat table tb1(id int,name varch

posted on 2022-10-13 22:17  songyu666  阅读(24)  评论(0编辑  收藏  举报

导航