CATALOG

Learn how to use the CATALOG utility function in PlaidCloud Lakehouse. Returns the name of the current catalog - see syntax, examples, and output.

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  
└─────────────────┘