如何查看表具有的排序规则?IE浏览器,我想看:
+-----------------------------+ | table | collation | |-----------------------------| | t_name | latin_general_ci | +-----------------------------+
SHOW TABLE STATUS 显示有关表的信息,包括排序规则。
SHOW TABLE STATUS
例如 SHOW TABLE STATUS where name like 'TABLE_NAME'
SHOW TABLE STATUS where name like 'TABLE_NAME'