zheng-zy opened a new issue #4425: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4425
原sql:`select * from tbl_onlineorder WHERE OrderDatetime BETWEEN "2021-01-10 00:00:00" AND "2021-01-11 00:00:00" ` 执行日志上的sql:`select * from tbl_onlineorder WHERE OrderDatetime BETWEEN "2021-01-10 00:00:00" AND "2021-01-11 00:00:00" AND (1 = 0) ` 导出sql上会添加1=0条件,导致没有数据导出来,这个是官方自己加的,该如何去除? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
