38.5.9 #GETUSER (displays the authorization identifier)
- Function
-
This subcommand displays the authorization identifier of the HADB user who executes this subcommand.
- Format
-
#GETUSER;
- Important points
-
-
The execution results of #GETUSER are output even if OFF (do not output search results) is specified in #SET DISPLAY. For details about #SET DISPLAY of the adbsql subcommand, see 38.5.12 #SET DISPLAY (outputs the retrieval results).
-
The #GETUSER execution time is not output even if ON (output SQL statement execution time) is specified in #SET EXECTIME REPORT. For details about #SET EXECTIME REPORT of the adbsql subcommand, see 38.5.14 #SET EXECTIME REPORT (outputs SQL statement execution time).
-
Even if ON (display index, work table, and access path information) is specified in #SET OPT REPORT, index information, work table information, or access path information is not output when #GETUSER is executed. For details about #SET OPT REPORT of the adbsql subcommand, see 38.5.16 #SET OPT REPORT (displays index, work table, and access path information).
-
The execution results of #GETUSER are output even if EXEC=PREPARE (do not execute the SQL statement) is specified in #SET OPT REPORT.
-