Hi,
Now custom partition is available from version 54310, and one can drop a partition by day, for example,
ALTER TABLE ontime DROP PARTITION '1987-10-01';
Is it possible to drop custom partition by hour?
If the answer is yes, what is the command syntax?
Thanks