SESSION_USER()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Xpand
Topics on this page:
Overview
See USER().
USAGE
SESSION_USER()
EXAMPLES
SELECT SESSION_USER();
+------------------+
| SESSION_USER() |
+------------------+
| tester@localhost |
+------------------+