1 | SHOW FULL COLUMNS FROM `topo_commentaires` | | 6 | 6 | 1 |
2 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'latin1_swedish_ci'; | | 1 | 1 | 1 |
3 | SHOW FULL COLUMNS FROM `aide_edition_topos` | | 7 | 7 | 1 |
4 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_bin'; | | 1 | 1 | 1 |
5 | select T.id from topos T where T.slug = 'sermaize-les-bains' and T.topo_type_id=3 | | 1 | 1 | 1 |
6 | select T.id,T.nom,T.slug,T.topo_type_id from topos T where T.id=634 | | 1 | 1 | 0 |
7 | select id from coordonnees_administratives where id in (select coordonnees_administrative_id from coordonnee_administrative_topos where topo_id = 634) | | 1 | 1 | 1 |
8 | select CA.id,CA.nom,CA.parent_id,CA.code,CAT.nom from coordonnees_administratives CA,coordonnee_administrative_types CAT where CA.id=154 and CA.coordonnee_administrative_type_id=CAT.id | | 1 | 1 | 0 |
9 | select CA.id,CA.nom,CA.parent_id,CA.code,CAT.nom from coordonnees_administratives CA,coordonnee_administrative_types CAT where CA.id=263 and CA.coordonnee_administrative_type_id=CAT.id | | 1 | 1 | 0 |
10 | select CA.id,CA.nom,CA.parent_id,CA.code,CAT.nom from coordonnees_administratives CA,coordonnee_administrative_types CAT where CA.id=1 and CA.coordonnee_administrative_type_id=CAT.id | | 1 | 1 | 0 |
11 | select T.id,T.slug,T.topo_type_id,TBD.* from topos T,topo_bassins TB,topo_bassin_details TBD where T.id=634 and TB.topo_id=T.id and TBD.topo_bassin_id=TB.id | | 1 | 1 | 0 |
12 | select U.user_id,U.username,U.username_clean,P.pf_nom,P.pf_prenom from phpbb_users U left join phpbb_profile_fields_data P on U.user_id=P.user_id where U.user_id=4060 | | 1 | 1 | 0 |
13 | select C.* from topo_commentaires C where C.topo_id=634 order by C.created desc | | 2 | 2 | 0 |
14 | select U.user_id,U.username,U.username_clean,P.pf_nom,P.pf_prenom from phpbb_users U left join phpbb_profile_fields_data P on U.user_id=P.user_id where U.user_id=1 | | 1 | 1 | 0 |
15 | select TXD.user_id, TXD.user_2_id from topo_bassin_details TXD where TXD.id = 100 | | 1 | 1 | 0 |
16 | select A.*,U.username from attachments A, attachments_links AL, phpbb_users U where AL.foreign_id=634 and AL.class='Topo' and AL.attachment_id=A.id and A.user_id=U.user_id order by A.created desc | | 6 | 6 | 1 |
17 | select N.*, NE.name from niveaux N, niveau_evaluations NE where N.topo_id in (634) and N.niveau_evaluation_id=NE.id order by quand desc | | 0 | 0 | 1 |
18 | select distinct SM.id,SM.nom,SM.web_adress1,SM.web_adress2,RN.niveau_references_de_niveau_type_id from topos T,niveau_stations_de_mesures SM,niveau_references_de_niveaux RN where (T.id=634 or (T.topo_type_id=4 and T.parent_id=634)) and RN.topo_id=T.id and RN.niveau_stations_de_mesure_id=SM.id and RN.publiable=1 and (SM.actif is null or SM.actif=1) order by SM.nom asc | | 0 | 0 | 1 |
19 | select T.id,T.slug,T.nom from topos T
left join topo_rivieres TR on TR.topo_id = T.id
left join topo_riviere_details TRD on TRD.topo_riviere_id = TR.id
left join topo_parcours TP on TP.topo_id = T.id
left join topo_parcours_details TPD on TPD.topo_parcours_id = TP.id
left join topo_spots TS on TS.topo_id = T.id
left join topo_spot_details TSD on TSD.topo_spot_id = TS.id
left join topo_bassins TB on TB.topo_id = T.id
left join topo_bassin_details TBD on TBD.topo_bassin_id = TB.id
where T.slug < 'sermaize-les-bains' and T.topo_type_id = 3 and case T.topo_type_id
when 1 then TRD.etat
when 4 then TPD.etat
when 2 then TSD.etat
when 3 then TBD.etat
else null
end = 0 order by T.slug desc limit 1 | | 1 | 1 | 1 |
20 | select id,nom,slug,topo_type_id from topos where id=2128 | | 1 | 1 | 0 |
21 | select id from coordonnees_administratives where id in (select coordonnees_administrative_id from coordonnee_administrative_topos where topo_id = 2128) | | 1 | 1 | 1 |
22 | select CA.id,CA.nom,CA.parent_id,CA.code,CAT.nom from coordonnees_administratives CA,coordonnee_administrative_types CAT where CA.id=149 and CA.coordonnee_administrative_type_id=CAT.id | | 1 | 1 | 0 |
23 | select CA.id,CA.nom,CA.parent_id,CA.code,CAT.nom from coordonnees_administratives CA,coordonnee_administrative_types CAT where CA.id=261 and CA.coordonnee_administrative_type_id=CAT.id | | 1 | 1 | 0 |
24 | select T.id,T.slug,T.nom from topos T
left join topo_rivieres TR on TR.topo_id = T.id
left join topo_riviere_details TRD on TRD.topo_riviere_id = TR.id
left join topo_parcours TP on TP.topo_id = T.id
left join topo_parcours_details TPD on TPD.topo_parcours_id = TP.id
left join topo_spots TS on TS.topo_id = T.id
left join topo_spot_details TSD on TSD.topo_spot_id = TS.id
left join topo_bassins TB on TB.topo_id = T.id
left join topo_bassin_details TBD on TBD.topo_bassin_id = TB.id
where T.slug > 'sermaize-les-bains' and T.topo_type_id = 3 and case T.topo_type_id
when 1 then TRD.etat
when 4 then TPD.etat
when 2 then TSD.etat
when 3 then TBD.etat
else null
end = 0 order by T.slug asc limit 1 | | 1 | 1 | 1 |
25 | select id,nom,slug,topo_type_id from topos where id=1643 | | 1 | 1 | 0 |
26 | select id from coordonnees_administratives where id in (select coordonnees_administrative_id from coordonnee_administrative_topos where topo_id = 1643) | | 1 | 1 | 1 |
27 | select CA.id,CA.nom,CA.parent_id,CA.code,CAT.nom from coordonnees_administratives CA,coordonnee_administrative_types CAT where CA.id=45 and CA.coordonnee_administrative_type_id=CAT.id | | 1 | 1 | 0 |
28 | select CA.id,CA.nom,CA.parent_id,CA.code,CAT.nom from coordonnees_administratives CA,coordonnee_administrative_types CAT where CA.id=4 and CA.coordonnee_administrative_type_id=CAT.id | | 1 | 1 | 0 |
29 | SHOW FULL COLUMNS FROM `dernieres_descentes` | | 7 | 7 | 1 |
30 | select U.user_id,U.username,U.username_clean,P.pf_nom,P.pf_prenom from phpbb_users U left join phpbb_profile_fields_data P on U.user_id=P.user_id where U.user_id=3248 | | 1 | 1 | 0 |
Voir tous les commentaires