 |
» |
|
|
|
SYSTEM.USER is a pseudotable that contains a row for each
user currently accessing the DBEnvironment. Table 8-39 System.User Column Name | Type | Length | Description |
---|
USERID | CHAR | 20 | DBEUserID | CID | INTEGER | 4 | Unique connection identifier | SID | INTEGER | 4 | Unique session identifier |
EXAMPLE |  |
SELECT * FROM System.User;
--------------------+-----------+-----------
USERID |CID |SID
--------------------+-----------+-----------
JOHN | 108| 108
---------------------------------------------------------------------------
Number of rows selected is 1
U[p], d[own], l[eft], r[ight], t[op], b[ottom], pr[int] <n>,or e[nd]> e
|
|