SHOW CONNECTIONS
适用于: Databricks SQL Databricks Runtime 13.3 LTS 及更高版本
列出系统中的所有连接。
语法
SHOW CONNECTIONS
也可以使用 SERVERS
而非 CONNECTIONS
。
参数
无
返回
包含以下列的结果连接集:
name STRING NOT NULL
:元存储中的连接的名称。connection_type STRING NOT NULL
:连接的类型。 例如:postgresql
。created_at STRING NOT NULL
:创建连接时的时间戳(以ISO 8601
格式)。created_by STRING NOT NULL
:创建连接的主体。comment STRING
:可选的用户指定的连接注释。
示例
> SHOW CONNECTIONS;
name connection_type created_at created_by comment
------------------- --------------- ---------------------------- ------------- ---------------------
mysql_connection mysql 2022-01-01T00:00:00.000+0000 alf@melmak.et mysql connection
postgres_connection postgresql 2022-06-12T13:30:00.000+0000 alf@melmak.et postgresql connection