字符集操作# 查询字符集
## 查询数据库默认字符集
SHOW CREATE DATABASE dbname;
## 查询数据表默认字符集
show table status from dbname like '%dsc_cus_cust
2022-10-17