Skip to main content
Returns the current account name

Syntax

CURRENT_ACCOUNT()

Return Types

TEXT

Example

SELECT CURRENT_ACCOUNT() as account;
account text null
account-1

Rows: 1Execution time: 10.30ms