select from stream into variable
oleksii-mykhniak opened this issue · 1 comments
oleksii-mykhniak commented
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')
nblumhardt commented
Hi Oleksii - no, not at present; it's an interesting one for us to explore in the future, though.