Back to Presto

Session Information

presto-docs/src/main/sphinx/functions/session.rst

0.297297 B
Original Source

=================== Session Information

Functions providing information about the query execution environment.

.. function:: current_user -> varchar

Returns the current user running the query.

.. note:: This is part of the SQL standard and does not use parenthesis.