Zatím nebyl přidán žádný komentář. Můžete být první...
Komentáře mohou přidávat pouze registrovaní uživatelé.
Table './newjimi/ps_connections_page' is marked as crashed and should be repaired
SELECT c.`id_guest`
FROM `ps_connections` c
LEFT JOIN `ps_connections_page` cp ON c.`id_connections` = cp.`id_connections`
WHERE c.`id_guest` = 0
AND DATE_ADD(cp.`time_start`, INTERVAL 30 MINUTE) > '2021-04-11 10:47:46'
ORDER BY cp.`time_start` DESC