gpt4 book ai didi

t-sql - 在流分析工作中可以有多个查询吗?

转载 作者:行者123 更新时间:2023-12-04 11:03:13 27 4
gpt4 key购买 nike

正如标题所示,在一项 Azure 流分析作业中是否可以有多个查询?如果是这样,应该如何构建?

最佳答案

是的,您可以在流分析作业中进行多个查询。你会做类似下面的事情

select * into type1Output from inputSource where type = 1
select * into type2Output from inputSource where type = 2

该作业定义了两个输出,称为 type1Output 和 type2Output。每个查询写入不同的输出。

关于t-sql - 在流分析工作中可以有多个查询吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36287058/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com