数据库
6 篇文章
SQL-DDL数据库操作
SQL-DDL数据库操作 SQL datagrip连接用户名为root DDL-数据库查询 查询所有数据库 show databases; 查询当前操作的数据库 select database(); 创建 create database [if not exist] 数据库名 [default 字符集] [collate 排序规则]; utf8mb4 删除 ...
阅读全文6 篇文章
SQL-DDL数据库操作 SQL datagrip连接用户名为root DDL-数据库查询 查询所有数据库 show databases; 查询当前操作的数据库 select database(); 创建 create database [if not exist] 数据库名 [default 字符集] [collate 排序规则]; utf8mb4 删除 ...
阅读全文