current_schema 函数

适用于:勾选“是” Databricks SQL 勾选“是” Databricks Runtime 12.2 LTS 及更高版本

返回当前架构。

语法

current_schema()

参数

此函数没有参数。

返回

一个 STRING。

示例

> SELECT current_schema();
 default