MySQL Error!
MySQL error in file: /engine/modules/coronavirus_table.php at line 47
Error Number: 0
The Error returned was:
SQL query:
SELECT *
FROM `country` a
LEFT JOIN `country_stat_by_day` b ON a.`id` = b.`country_id`
WHERE
b.date < '2021-01-19'
AND `country_id` = '650'
ORDER BY b.`date` DESC