sqlif条件里多个参数值判断

 if('${starttime}' ='${endtime}',

if($dateType='2',

SQL("presto_1","select mom from table where time='"+starttime+"' ",1),

SQL("presto_1","select mom table where time2='"+starttime+"' ",1)),

starttime)

这段代码 在模板数据里写sql 如何实现?

FineReport xcw0314 发布于 2024-4-14 00:30
1min目标场景问卷 立即参与
回答问题
悬赏:3 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共1回答
最佳回答
0
Z4u3z1Lv6专家互助
发布于2024-4-14 03:13(编辑于 2024-4-14 11:11)

select ${if(starttime=endtime,"mom",starttime)} as mom from table where 1=1 ${if(starttime=endtime,if (datetype="2","and time='"+starttime+"'","and time2

 ='"+starttime+"'"),"")}

大致就这样,手机打的没切换大小写,英文状态。你注意改一下

  • 1关注人数
  • 410浏览人数
  • 最后回答于:2024-4-14 11:11
    请选择关闭问题的原因
    确定 取消
    返回顶部