SQL FunctionsContext FunctionsCURRENT_CATALOGOn this pageCURRENT_CATALOGIntroduced or updated: v1.2.668 Returns the name of the catalog currently in use for the session. Syntax CURRENT_CATALOG() Examples SELECT CURRENT_CATALOG();┌───────────────────┐│ current_catalog() │├───────────────────┤│ default │└───────────────────┘