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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - SQL 参考 » 使用 SQL » SQL 语言元素 » 特殊值

 

CURRENT USER 特殊值

CURRENT USER 返回一个包含当前连接的用户 ID 的字符串。

数据类型

STRING

注释

CURRENT USER 可在具有字符数据类型的列中用作缺省值。

在 UPDATE 时,不更改具有 CURRENT USER 缺省值的列。CURRENT_USER 与 CURRENT USER 等同。

另请参见