DRAKOON DB - QUERY: SELECT hirdeto_het_kepe_szavazas.hirdeto_id, hirdeto_het_kepe_szavazas.fajlnev, COUNT(hirdeto_het_kepe_szavazas.hirdeto_id) AS cnt, hirdeto.nev, hirdeto.guid FROM hirdeto_het_kepe_szavazas LEFT JOIN hirdeto ON ( hirdeto_het_kepe_szavazas.hirdeto_id = hirdeto.id ) WHERE hirdeto.lejarat >= NOW() AND hirdeto_het_kepe_szavazas.`datum` >= "2024-04-15 00:00:00" GROUP BY hirdeto_het_kepe_szavazas.fajlnev ORDER BY cnt DESC, hirdeto_het_kepe_szavazas.datum DESC LIMIT 1
DRAKOON DB - ERROR: SELECT command denied to user 'pz_db'@'10.0.0.3' for table `rl`.`hirdeto_het_kepe_szavazas`