1 row where activity_type = "MOTORCYCLING" and probability = "1.6626222059130669"

View and edit SQL

Suggested facets: updated_at (date)

probability

  • 1.6626222059130669 · 1

created_at (date)

activity_type

  • MOTORCYCLING · 1
id ▼ created_at updated_at deleted_at activity_segment_id activity_type probability
24432 2021-03-01 19:29:19.232088+03:00 2021-03-01 19:29:19.232088+03:00   4624 4624 MOTORCYCLING 1.6626222059130669

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