select * from A where 参数字段=B''
这种有个条件的
select * from A where 参数字段='${参数}'
一样的写法,finereport支持sql的
在数据集也是这样写的,在报表里面写公式的话:
例如:sql('FRDemo','select * from A where 参数字段=B ',1,1)
具体可以看https://help.finereport.com/doc-view-846.html#
select * from A where ${参数} = B 字段名是不固定的??
select * from A where
${参数} = B
字段名是不固定的??