mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
17 lines
346 B
Plaintext
17 lines
346 B
Plaintext
/* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
|
|
See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
|
|
*/
|
|
|
|
SELECT
|
|
|
|
PATH "/Message",
|
|
PATH "/Severity",
|
|
PATH "/EventType"
|
|
|
|
WHERE
|
|
AND((OFTYPE ns=1;i=5001), $1)
|
|
|
|
FOR
|
|
$1:= AND($20, $30)
|
|
$20:= 99 == Int64 99
|
|
$30:= TYPEID i=5000 PATH "/Severity" > 99 |