Top
Interstage Big DataComplex Event Processing Server V1.1.0 Developer's Reference
FUJITSU Software

1.3.4 ON DELETE Statement

Delete an event from a named window when an event occurs.

Syntax:

on eventType [(filterCondition)] [as name]
delete from windowName [as name]
[where conditionExpression]

This syntax deletes events in the named window specified at windowName when an event of eventType occurs. If a WHERE clause conditionExpression is specified, only events that match that condition are targeted.