current_schema function

Applies to: check marked yes Databricks SQL check marked yes Databricks Runtime 12.1 and above

Returns the current schema.

Syntax

current_schema()

Arguments

This function takes no arguments.

Returns

A STRING.

Examples

> SELECT current_schema();
 default