Changes between Version 5 and Version 6 of Peri19_T08
- Timestamp:
- Apr 17, 2019, 5:10:55 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Peri19_T08
v5 v6 33 33 VALUES (23, '2016-04-12 00:00:00', (SELECT idcapteur FROM `capteur` c, 34 34 `type_capteur` tc,`enclos` e WHERE e.nom like 35 "félins" and e.idenclos=c.enclos_idenclos and tc.nom like "temp%" and c.type_capteur_idtype_capteur=tc.idtype_capteur)); 35 "félins" and e.idenclos=c.enclos_idenclos and tc.nom like "temp%" 36 and c.type_capteur_idtype_capteur=tc.idtype_capteur)); 36 37 }}} 37 38