Smart Trivandrum GPS future data removal query

From Origami_Wiki
Revision as of 12:26, 11 June 2025 by Midhungirish (talk | contribs) (Query to delete future data)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sometimes GPS devices sends future data to the server and there will be request from the agencies to delete such data. Following query can be used to clear the data:

DELETE FROM st_water_gps_data WHERE sgd_imei='865006046684263' AND sgd_time>'2025-06-11 11:19:00'

Replace the sgd_imei and sgd_time fields with relevant values.