hacklu-tu opened a new pull request, #55146:
URL: https://github.com/apache/doris/pull/55146

   Description
   ALTER TABLE db.table DROP PARTITIONS FROM() TO() INTERVAL num [UNIT]
   e.g.
   ALTER TABLE db.table DROP PARTITIONS FROM(1) TO(10) INTERVAL 1
   e.g.
   ALTER TABLE db.table DROP PARTITIONS FROM("2024-01") TO("2024-12-31") 
INTERVAL 1 MONTH
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to