Local blogs and blogs of district in Paris
Erreur SQL !
SELECT * FROM metro_ligne_station_tbl as a, metro_station_blog_tbl as b WHERE (quartier_blog ='1') AND (confirmation='1') AND (a.id_station=b.id_station) GROUP BY nom_blog ORDER BY id_blog DESC
The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay