15 rows where activity_type = "RUNNING"

View and edit SQL

Suggested facets: probability, updated_at (date)

created_at (date)

activity_type

  • RUNNING · 15
id ▼ created_at updated_at deleted_at activity_segment_id activity_type probability
24272 2021-03-01 19:29:19.220949+03:00 2021-03-01 19:29:19.220949+03:00   4613 4613 RUNNING 0.030180509202182293
24289 2021-03-01 19:29:19.221949+03:00 2021-03-01 19:29:19.221949+03:00   4614 4614 RUNNING 0.006831376231275499
24306 2021-03-01 19:29:19.222862+03:00 2021-03-01 19:29:19.222862+03:00   4615 4615 RUNNING 0.008292181883007288
24320 2021-03-01 19:29:19.223744+03:00 2021-03-01 19:29:19.223744+03:00   4616 4616 RUNNING 0.021203413780312985
24334 2021-03-01 19:29:19.225509+03:00 2021-03-01 19:29:19.225509+03:00   4617 4617 RUNNING 0.037678005173802376
24347 2021-03-01 19:29:19.226487+03:00 2021-03-01 19:29:19.226487+03:00   4618 4618 RUNNING 0.11338669573888183
24359 2021-03-01 19:29:19.227338+03:00 2021-03-01 19:29:19.227338+03:00   4619 4619 RUNNING 0.808299146592617
24376 2021-03-01 19:29:19.228191+03:00 2021-03-01 19:29:19.228191+03:00   4620 4620 RUNNING 0.6386540364474058
24391 2021-03-01 19:29:19.229085+03:00 2021-03-01 19:29:19.229085+03:00   4621 4621 RUNNING 0.15412992797791958
24407 2021-03-01 19:29:19.230208+03:00 2021-03-01 19:29:19.230208+03:00   4622 4622 RUNNING 0.09104401106014848
24422 2021-03-01 19:29:19.231227+03:00 2021-03-01 19:29:19.231227+03:00   4623 4623 RUNNING 0.04106689302716404
24437 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 RUNNING 0.11057744268327951
24447 2021-03-01 19:29:19.233069+03:00 2021-03-01 19:29:19.233069+03:00   4625 4625 RUNNING 0.5103390663862228
24466 2021-03-01 19:29:19.233947+03:00 2021-03-01 19:29:19.233947+03:00   4626 4626 RUNNING 0.0995732145383954
24481 2021-03-01 19:29:19.234837+03:00 2021-03-01 19:29:19.234837+03:00   4627 4627 RUNNING 0.0995732145383954

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`);