通过条件执行sql

${if(参数==1,"select*from A where name='${a}'",

"select*from B where  name='${a}'")}

这样写会报错,如何 修改

FineReport 帆软用户MJJW81b1Dr 发布于 2023-8-10 14:13
1min目标场景问卷 立即参与
回答问题
悬赏:3 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共3回答
最佳回答
0
Z4u3z1Lv6专家互助
发布于2023-8-10 14:13

${if(参数==1,"select*from A where name='"+a+"'",

"select*from B where  name='"+a+"'")}

最佳回答
0
snrtuemcLv8专家互助
发布于2023-8-10 14:13

${if(参数==1,"select*from A where name='"+a+"'",

"select*from B where  name='"+a+"'")}

最佳回答
0
用户k6280494Lv6资深互助
发布于2023-8-10 14:18

${if(a=1,"select*from A where name='"+a+"'",

"select*from B where  name='"+a+"'")}

  • 2关注人数
  • 152浏览人数
  • 最后回答于:2023-8-10 14:18
    请选择关闭问题的原因
    确定 取消
    返回顶部