ftao82 commented on issue #5103: URL: https://github.com/apache/doris/issues/5103#issuecomment-1606000327
select * from table3 PARTITION p202306 where event_day >= date_sub(CURDATE(),interval 5 day) 查询是正常的,但是 delete from table3 PARTITION p202306 where event_day >= date_sub(CURDATE(),interval 5 day) 报错Right expr of binary predicate should be value ,现在有解决方案嘛? -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org