2022年8月18日

数据库

摘要: create database `数据库名` 创建数据库 use `数据库名` 使用数据库 create table `表名` ( `数据名` int(10) not null primary key, `数据名` varchar(10) default null )engine=innodb de 阅读全文

posted @ 2022-08-18 15:59 湖汉三 阅读(19) 评论(0) 推荐(0)

导航