Clean rows in DB

Is it possible to clean data in DB, based on the row field?
Something like a clean scheduler.

Can you give an example?
You could write a job that executes every hour for example.

1 Like

For example, I have an expiration field. so I want to clean rows where expiration has gone

You can write a job for that that checks periodically for what to remove

1 Like