datalust/seq-cheat-sheets

select from stream into variable

oleksii-mykhniak opened this issue · 1 comments

Is it possible to select any data from the stream into a variable to use in other queries?

something like this:

select distinct(myId) into $myVariable
from stream
where @EventType = ToEventType('{myId} any text') 

Hi Oleksii - no, not at present; it's an interesting one for us to explore in the future, though.