As the title says, can you have more than one query in an Azure Streaming Analytics job? If so, how should that be structured?
相关问题
- running headless chrome in an microsoft azure web
- Docker task in Azure devops won't accept "$(pw
- Bulk update SQL Server C#
- SQL to Parse a Key-Value String
- Register MicroServices in Azure Active Directory (
相关文章
- How to truncate seconds in TSQL?
- SQL Azure Reset autoincrement
- SQL identity (1,1) starting at 0
- How to cast Azure DocumentDB Document class to my
- Can't get azure web role to run locally using
- Azure WebApp - Unable to auto-detect the runtime s
- How to change region for Azure WebSite
- SQL Group by Count of Counts
yes, you can have multiple queries in stream analytics job. You would do something like below
The job has two outputs defined, called type1Output and type2Output. Each query writes to a different output.