且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用变量在“复制数据”活动中的SQL源中查询

更新时间:2023-02-04 21:12:49

您能否详细分享这项要求。

Could you share the requirement in detail.

如果您希望得到数据库中的表中的值,用于过滤数据库中可以在数据库级别本身处理的数据。

In case if you are looking to get the value from a table in the database to filter the data from the database that can be handled in the database level itself.

如果要从ADF传递运行id值(正在进行的作业运行id)我们可能没有任何要初始化的变量,因为您可以直接使用系统变量,它将运行ID附加到您的查询。

If you are looking to pass the run id value from the ADF (On-going job run id) we may not any variable to be initialized as you can directly use the system variable which gives the run id to append to your query.

@pipeline()。 RunId

@pipeline().RunId

谢谢

Naveen Thummalapenta

Naveen Thummalapenta