deleting data in tables
Hello, I have installed the Vertica cluster. I created a database and two tables. I need to delete data in tables older than ten days automatically. I think that I must use PARTITION BY EXTRACT, but I can't understand how to do it
0
Answers
Please consider the following example to keep data from last 7 days, and delete everything else before: