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;
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.