37.3. information_schema_catalog_name
information_schema_catalog_name
是一个表,它总是包含一行和一列,其中包含了当前数据库(SQL 术语中的当前目录)的名字。
表 37.1. information_schema_catalog_name
列
名称 | 数据类型 | 描述 |
---|---|---|
catalog_name |
sql_identifier |
包含这个信息模式的数据库名 |