MySQL Error!
MySQL error in file: /engine/modules/coronavirus_pie_world.php at line 14
Error Number: 0
The Error returned was:
SQL query:
SELECT a.*, b.*
FROM `country` a
LEFT JOIN `stat` b ON a.`id` = b.`country_id`
ORDER BY b.`confirmed` DESC, b.`date_create` DESC