current_schema function

April 18, 2024

Applies to: check marked yes Databricks SQL check marked yes Databricks Runtime 12.2 LTS and above

Returns the current schema.

Syntax

current_schema()

Arguments

This function takes no arguments.

Returns

A STRING.

Examples

SQL
> SELECT current_schema();
 default