摘要: 选择数据库 use databasename; 语法 create table tablename( col_name1 type auto_increment, col_name2 type not null|null default val, col_name3 type unique, ... 阅读全文
posted @ 2021-07-17 16:39 胡勇健 阅读(735) 评论(0) 推荐(0)