Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select from stream into variable #5

Open
oleksii-mykhniak opened this issue Jun 27, 2023 · 1 comment
Open

select from stream into variable #5

oleksii-mykhniak opened this issue Jun 27, 2023 · 1 comment

Comments

@oleksii-mykhniak
Copy link

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants