Skip to content

Commit

Permalink
Update gestion_donnees.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
gildeluermoz committed May 15, 2018
1 parent eb81074 commit 2edb864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gestion_donnees.rst
Expand Up @@ -90,7 +90,7 @@ Enfin, supprimez les données datant d'avant la pose de l'émetteur GPS (en remp

::

DELETE FROM `gps_data` WHERE `id_tracked_objects` = 'id_emetteurGPS' AND `dateheure` > 'date_de_pose';
DELETE FROM `gps_data` WHERE `id_tracked_objects` = 'id_emetteurGPS' AND `dateheure` < 'date_de_pose';
Très important, si vous souhaitez conserver les anciennes données de l'objet, tapez la requête suivante (en remplacant ``id_ancien_emetteurGPS`` et ``id_nouvel_emetteurGPS``) :

Expand Down

0 comments on commit 2edb864

Please sign in to comment.