portableSql

SystemUser Portable SQL Function

Syntax

SystemUser as C ()

Returns

resultCharacter

Returns the system user.

Description

Get the system user (according to the SQL database server).

Discussion

The SystemUser function gets the system user (according to the SQL database server).

AddHoursToDateTime() function executed on the Northwind MySQL database
SELECT FIRST 1 SystemUser() AS Expr1 FROM Customers
=root