Updated on 2024-05-29 GMT+08:00

Session Information

current_user

Description: Returns the current user.

select current_user; 

current_user()

Description: Returns the current user.

current_catalog

Description: Returns the current catalog name.

select current_catalog;

current_schema

Description: Returns the current schema name.

select current_schema;