All docs
This doc
...
The following is the query syntax to retrieve events from an existing table. For more information, please refer to Siddhi Query Guide - Join Table.
Code Block | ||
---|---|---|
| ||
from <STREAM_NAME> join <TABLE_NAME> on <CONDITION> select (<STREAM_NAME>|<TABLE_NAME>).<ATTRIBUTE1_NAME>, (<STREAM_NAME>|<TABLE_NAME>).<ATTRIBUTE2_NAME>, ... insert into <OUTPUT_STREAM> |
...