Example query of alarm history view
- Last UpdatedJul 22, 2024
- 1 minute read
This example selects all records from the Alarm History view:
SELECT * FROM v_AlarmHistory
This example selects all records from the Alarm History view with a priority greater than 100:
SELECT * FROM v_AlarmHistory WHERE Priority >100