请问mysql改oracle 怎么写

SELECT *
FROM `t_b_salvage_application` t , `t_b_custer_info` u where t.application_state = 7
and  u.identity_card = t.identity_card
and date_format(t.create_time,'%y-%m-%d') between
   DATE_ADD('${starttime}',interval -day('${starttime}')+1 day) and last_day('${starttime}')
FineReportZAW 发布于 2017-5-15 09:26
悬赏:2 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共4回答
最佳回答
0
zsh331发布于2017-5-15 09:26(编辑于 2023-9-6 09:34)
555
最佳回答
0
ZAW发布于2017-5-15 10:58(编辑于 2023-9-6 09:34)
555
  • yiyemeiying yiyemeiying

    不同的数据库语法是不同的…为什么要加呢!
    回复
    2017-05-15 11:48 
最佳回答
0
yiyemeiying发布于2017-5-15 11:48(编辑于 2023-9-6 09:34)
555
最佳回答
0
ZAW发布于2017-5-15 14:53(编辑于 2023-9-6 09:34)
555
  • 0关注人数
  • 304浏览人数
  • 最后回答于:2017-5-15 14:53
    活动推荐 更多
    热门课程 更多
    返回顶部