CATALOG

Returns the name of the current catalog.

Analyze Syntax

func.catalog()

Analyze Examples

func.catalog()

┌───────────────────┐
 'default_catalog'  
└───────────────────┘

SQL Syntax

CATALOG()

SQL Examples

SELECT CATALOG();

┌─────────────────┐
 default_catalog  
└─────────────────┘