15 rows where activity_type = "MOTORCYCLING"

View and edit SQL

created_at (date)

activity_type

  • MOTORCYCLING · 8
id ▼ created_at updated_at deleted_at activity_segment_id activity_type probability
24377 2021-03-01 19:29:19.228191+03:00 2021-03-01 19:29:19.228191+03:00   4620 4620 MOTORCYCLING 0.1686843577772379
24392 2021-03-01 19:29:19.229085+03:00 2021-03-01 19:29:19.229085+03:00   4621 4621 MOTORCYCLING 0.11570258066058159
24405 2021-03-01 19:29:19.230208+03:00 2021-03-01 19:29:19.230208+03:00   4622 4622 MOTORCYCLING 0.6815705448389053
24418 2021-03-01 19:29:19.231227+03:00 2021-03-01 19:29:19.231227+03:00   4623 4623 MOTORCYCLING 1.2481574900448322
24432 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 MOTORCYCLING 1.6626222059130669
24449 2021-03-01 19:29:19.233069+03:00 2021-03-01 19:29:19.233069+03:00   4625 4625 MOTORCYCLING 0.17196076223626733
24467 2021-03-01 19:29:19.233947+03:00 2021-03-01 19:29:19.233947+03:00   4626 4626 MOTORCYCLING 0.09170188568532467
24482 2021-03-01 19:29:19.234837+03:00 2021-03-01 19:29:19.234837+03:00   4627 4627 MOTORCYCLING 0.09170188568532467

Advanced export

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

CSV options:

CREATE TABLE `google_activity_type_candidates` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`activity_segment_id` integer,`activity_type` text,`probability` real,PRIMARY KEY (`id`),CONSTRAINT `fk_google_activity_type_candidates_activity_segment` FOREIGN KEY (`activity_segment_id`) REFERENCES `google_activity_segments`(`id`),CONSTRAINT `fk_google_activity_segments_activities` FOREIGN KEY (`activity_segment_id`) REFERENCES `google_activity_segments`(`id`));
CREATE INDEX `idx_google_activity_type_candidates_deleted_at` ON `google_activity_type_candidates`(`deleted_at`);