12.02.2021, 15:56
(12.02.2021, 15:41)admin Wrote: This means that the export from DB to CSV part is working correctly. There must be something else wrong with your script if data is not populated.
But if I use
alerts_table = db:getall('SELECT * FROM alerts ORDER BY id DESC')
the script working fine.
filtering is probably the problem
BR