会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
原来是你~~~
博客园
首页
新随笔
联系
订阅
管理
2023年1月10日
MySQL-DDL基础
摘要: 1、库定义 1.1 创建数据库 create database test_1; create database if not exists test_2; create database test_3 charset utf8mb4; create schema test_4; 1.2 查询数据库
阅读全文
posted @ 2023-01-10 22:49 原来是你~~~
阅读(26)
评论(0)
推荐(0)
公告