SYSUSERS

From Lianjapedia
Revision as of 06:22, 22 April 2020 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Username and email information for alerts for watched records

See Also

CLEAR TIMELINE, DATA TYPES, LIST TIMELINE, ROLLBACK TIMELINE, SELECT, SET TIMELINE, SET TIMESTAMP, SYSTEM TABLES, SYSTIMELINE

Description

The sysusers table is stored in the system database and holds username and email information for alerts for watched records.

Column Data Type Width Description
USER C 20 Name of user to alert (watching)
EMAIL C 40 Email address for user

Example

SELECT * FROM system!sysusers WHERE user = user()