seq-cheat-sheets icon indicating copy to clipboard operation
seq-cheat-sheets copied to clipboard

select from stream into variable

Open oleksii-mykhniak opened this issue 2 years ago • 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') 

oleksii-mykhniak avatar Jun 27 '23 15:06 oleksii-mykhniak

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

nblumhardt avatar Jun 28 '23 00:06 nblumhardt