且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

mysql检查表的排序规则

更新时间:2023-11-30 23:46:10

SHOW TABLE STATUS 显示有关表的信息,包括排序规则.

SHOW TABLE STATUS shows information about a table, including the collation.

例如SHOW TABLE STATUS where name like 'TABLE_NAME'