You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "ftao82 (via GitHub)" <gi...@apache.org> on 2023/06/25 10:03:20 UTC

[GitHub] [doris] ftao82 commented on issue #5103: doris怎么删除昨天的数据

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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org