seq-cheat-sheets
seq-cheat-sheets copied to clipboard
select from stream into variable
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.