current_schema 函数

返回当前架构。

语法

current_schema()

参数

此函数没有参数。

返回

一个 STRING。

示例

> SELECT current_schema();
 default