Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » SQL Language Elements » Special values

TIMESTAMP special value Next Page

USER special value


USER returns a string that contains the user ID of the current connection.

Data type

STRING

USER can be used as a default value in columns with character data types.

Remarks

On UPDATE, columns with a default value of USER are not changed.

See also