open62541/examples/events/example_queries/case_3.txt

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