1 row where longitude_e7 = 376530299 sorted by deleted_at

View and edit SQL

Suggested facets: created_at (date), updated_at (date)

longitude_e7

  • 376530299 · 1
id created_at updated_at deleted_at ▼ place_visit_id latitude_e7 location_confidence longitude_e7 place_id
2 2021-03-01 19:29:14.804497+03:00 2021-03-01 19:29:14.804497+03:00   1 1 557504403 3.510933 376530299 ChIJhzOnCPJKtUYRIUf-ZJSpxPE

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE `google_candidate_locations` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`place_visit_id` integer,`latitude_e7` integer,`location_confidence` real,`longitude_e7` integer,`place_id` text,PRIMARY KEY (`id`),CONSTRAINT `fk_google_candidate_locations_place_visit` FOREIGN KEY (`place_visit_id`) REFERENCES `google_place_visits`(`id`),CONSTRAINT `fk_google_place_visits_other_candidate_locations` FOREIGN KEY (`place_visit_id`) REFERENCES `google_place_visits`(`id`));
CREATE INDEX `idx_google_candidate_locations_deleted_at` ON `google_candidate_locations`(`deleted_at`);