information_schema_catalog_name
#
<literal>information_schema_catalog_name</literal> is a table that
always contains one row and one column containing the name of the
current database (current catalog, in SQL terminology).
information_schema_catalog_name
は、常に現在のデータベース名(SQL用語では現在のカタログ)を持つ1行1列からなるテーブルです。
表35.1 information_schema_catalog_name
の列
Column Type 列 型 Description 説明 |
---|
Name of the database that contains this information schema この情報スキーマを持つデータベースの名前です。 |