So I have an empty table in a database in SQLite, just with one column (DATES).
Any idea how to automatically update this column with dates from 2019/01/01 to 2019/12/31?
I would like to know if there is any specific code in SQL for such a simple thing that in spreadsheet would be just drag down.
Thank you so much!