现有个需求,希望将select count(1) from tbname 中的tbname用参数表示,可以接受不同的值,请问在FR中怎么实现这个功能?直接使用'${tbname}'好像不行
select count(1) from ${tbname}
不需要引号