26 rows where "updated_at" is on date 2021-03-01

View and edit SQL

Suggested facets: created_at, updated_at

activity_segment_id

updated_at (date)

  • 2021-03-01 · 26

created_at (date)

id ▼ created_at updated_at deleted_at activity_segment_id lat_e7 lng_e7
14174 2021-03-01 19:29:19.224188+03:00 2021-03-01 19:29:19.224188+03:00   4616 4616 557608222 375775070
14175 2021-03-01 19:29:19.224188+03:00 2021-03-01 19:29:19.224188+03:00   4616 4616 557611083 375749053
14176 2021-03-01 19:29:19.224188+03:00 2021-03-01 19:29:19.224188+03:00   4616 4616 557634811 375742416
14177 2021-03-01 19:29:19.225629+03:00 2021-03-01 19:29:19.225629+03:00   4617 4617 557640953 375741500
14178 2021-03-01 19:29:19.225629+03:00 2021-03-01 19:29:19.225629+03:00   4617 4617 557571563 375843772
14179 2021-03-01 19:29:19.225629+03:00 2021-03-01 19:29:19.225629+03:00   4617 4617 557572517 376008415
14180 2021-03-01 19:29:19.226589+03:00 2021-03-01 19:29:19.226589+03:00   4618 4618 557573013 376007652
14181 2021-03-01 19:29:19.226589+03:00 2021-03-01 19:29:19.226589+03:00   4618 4618 557574920 375990104
14182 2021-03-01 19:29:19.226589+03:00 2021-03-01 19:29:19.226589+03:00   4618 4618 557572669 375960922
14183 2021-03-01 19:29:19.227446+03:00 2021-03-01 19:29:19.227446+03:00   4619 4619 557578926 375891799
14184 2021-03-01 19:29:19.227446+03:00 2021-03-01 19:29:19.227446+03:00   4619 4619 557606582 375795860
14185 2021-03-01 19:29:19.227446+03:00 2021-03-01 19:29:19.227446+03:00   4619 4619 557621994 375742874
14186 2021-03-01 19:29:19.228304+03:00 2021-03-01 19:29:19.228304+03:00   4620 4620 557629013 375726051
14187 2021-03-01 19:29:19.228304+03:00 2021-03-01 19:29:19.228304+03:00   4620 4620 557619171 375694198
14188 2021-03-01 19:29:19.228304+03:00 2021-03-01 19:29:19.228304+03:00   4620 4620 557624893 375645217
14189 2021-03-01 19:29:19.231339+03:00 2021-03-01 19:29:19.231339+03:00   4623 4623 557612419 376146697
14190 2021-03-01 19:29:19.231339+03:00 2021-03-01 19:29:19.231339+03:00   4623 4623 557650985 376109466
14191 2021-03-01 19:29:19.231339+03:00 2021-03-01 19:29:19.231339+03:00   4623 4623 557616767 375926971
14192 2021-03-01 19:29:19.232227+03:00 2021-03-01 19:29:19.232227+03:00   4624 4624 557629356 375920791
14193 2021-03-01 19:29:19.232227+03:00 2021-03-01 19:29:19.232227+03:00   4624 4624 557633209 375895729
14194 2021-03-01 19:29:19.232227+03:00 2021-03-01 19:29:19.232227+03:00   4624 4624 557643356 375953521
14195 2021-03-01 19:29:19.232227+03:00 2021-03-01 19:29:19.232227+03:00   4624 4624 557659912 375906715
14196 2021-03-01 19:29:19.232227+03:00 2021-03-01 19:29:19.232227+03:00   4624 4624 557629928 375730018
14197 2021-03-01 19:29:19.233197+03:00 2021-03-01 19:29:19.233197+03:00   4625 4625 557633285 375715827
14198 2021-03-01 19:29:19.233197+03:00 2021-03-01 19:29:19.233197+03:00   4625 4625 557635269 375716781
14199 2021-03-01 19:29:19.233197+03:00 2021-03-01 19:29:19.233197+03:00   4625 4625 557637672 375686378

Advanced export

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

CSV options:

CREATE TABLE `google_waypoints` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`activity_segment_id` integer,`lat_e7` integer,`lng_e7` integer,PRIMARY KEY (`id`),CONSTRAINT `fk_google_waypoints_activity_segment` FOREIGN KEY (`activity_segment_id`) REFERENCES `google_activity_segments`(`id`),CONSTRAINT `fk_google_activity_segments_waypoints` FOREIGN KEY (`activity_segment_id`) REFERENCES `google_activity_segments`(`id`));
CREATE INDEX `idx_google_waypoints_deleted_at` ON `google_waypoints`(`deleted_at`);