编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
Mysql参考手册

23.1.10. INFORMATION_SCHEMA COLLATIONS表

COLLATIONS表提供了关于各字符集的对照信息。

标准名称

SHOW名称

注释

COLLATION_NAME

Collation

 

注释:

·         我们增加了5个非标准列,分别对应于SHOW COLLATION输出的Charset、Id、Default、Compiled和Sortlen列。

下述语句是等效的:

SELECT COLLATION_NAME FROM INFORMATION_SCHEMA.COLLATIONS
  [WHERE collation_name LIKE 'wild']
 
SHOW COLLATION
  [LIKE 'wild']
相关文章
mysql information schema character sets表mysql information schema collation character set applicability表mysql information schema collations表mysql information schema column privileges表mysql information schema columns表mysql information schema表mysql information schema信息数据库mysql information schema key column usage表mysql 其他information schema表mysql information schema routines表mysql information schema schema privileges表mysql information schema schemata表mysql information schema statistics表mysql information schema table constraints表mysql information schema table privileges表mysql information schema tables表mysql information schema triggers表mysql information schema user privileges表mysql information schema views表php mysql xdevapi columnresult get schema name
关注编程学问公众号
编程学问网 湘ICP备20001732号