USER
Returns the name of the current user.
Syntax
USER();
Return Type
String.
Example
SELECT USER(); **** +--------+ | USER() | +--------+ | admin@ | +--------+
Returns the name of the current user.
USER();
String.
SELECT USER(); **** +--------+ | USER() | +--------+ | admin@ | +--------+