SYSALERTS

From Lianjapedia
Jump to: navigation, search

Purpose

Alert records for watched records

See Also

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

Description

The sysperms table is stored in the system database and contains alert information for watched records.

Column Data Type Width Description
DATABASE C 30 Database name
Table C 30 Table name
RUID C 16 Record ID
USER C 20 Name of user to alert (watching)
LASTALERT I 11

Example

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