SELECT f.*, t.* FROM forums f LEFT JOIN topics t WHERE f.forum_id = t.forum_id ORDER BY t.topic_start_date DESC LIMIT 0, 1
efekt w pma
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE f.forum_id = t.forum_id
ORDER BY t.topic_start_date DESC
LIMIT 0, 1' at line 3