正常写一个select * from table A where ID in(服务器数据集)可以这样写吗?
这么做的主要目的是多张报表都要使用到 where ID in(服务器数据集),想避免重复劳动,而且服务器数据库因为业务问题,不方便改。
https://help.fanruan.com/finereport/doc-view-4244.html 参考
不可以 你直接把服务器数据集的SQL复制进来不就行了
你这个可以使用:关联数据集-https://help.fanruan.com/finereport10.0/doc-view-125.html?source=4
in里面再写select语句,省不了
可以使用我写的函数f_GetTableSQL