Hello,
does anybody knows, how can I implement a filter into a Azure Stream Analytics output?
My goal is, that I onlay get the data of the last 10 Minutes.
Can I implement a WHERE Condition?
E.g. WHERE MyDateTime > DATEADD(minutes, -10, GETDATE())
Thanks in advance