Référence de langage SQLRéférence généraleFonctions.Fonctions.Fonctions intégréesListe alphabétique des fonctions intégréesfonction de schéma actuelSur cette pagecurrent_schema function Applies to: Databricks SQL 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 Related functions current_catalog function