MySQL error 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 'AND tc.tag=ti.tag ORDER BY tc.clicks DESC LIMIT 0,3' at line 1
When executing:
SELECT tc.tag FROM tag_clicks as tc, tag_index_id as ti WHERE ti.c_id= AND tc.tag=ti.tag ORDER BY tc.clicks DESC LIMIT 0,3
Please report this to msarath@gmail.comMySQL Query:SELECT tc.tag FROM tag_clicks as tc, tag_index_id as ti WHERE ti.c_id= AND tc.tag=ti.tag ORDER BY tc.clicks DESC LIMIT 0,3
Message:MySQL Query Error