会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天行子
首页
新随笔
联系
管理
2021年7月17日
mysql建表命令详解
摘要: 选择数据库 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)