'System-versioned tables: need historical data for a new empty table for testing / development

I want to track the changes of a table using MariaDB system versioning.

For these changes I need to create a visualization group by monthly changes.

How can I create test data inside the database table to test my query properly? It is a new empty database table, so I need to create test data in the past. I am not able to wait for a year or so to get proper test data.

Any ideas?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source