CURRENT_ACCOUNT

Returns the current account name

Syntax

CURRENT_ACCOUNT()

Return Types

TEXT

Example

Interactive SQL Playground 🔥
SELECT CURRENT_ACCOUNT() as account;