14 rows where workout_id = 103 sorted by date

View and edit SQL

Suggested facets: type, date, duration, duration_unit, updated_at (date), date (date)

workout_id

  • 103 · 14

created_at (date)

id created_at updated_at deleted_at workout_id type date ▼ duration duration_unit
524 2021-03-04 17:19:51.199595+03:00 2021-03-04 17:19:51.199595+03:00   103 103 HKWorkoutEventTypeMotionPaused 2019-08-29 08:33:38+03:00 0.0  
523 2021-03-04 17:19:51.199463+03:00 2021-03-04 17:19:51.199463+03:00   103 103 HKWorkoutEventTypeSegment 2019-08-29 08:33:38+03:00 6.240081842740377 min
525 2021-03-04 17:19:51.199666+03:00 2021-03-04 17:19:51.199666+03:00   103 103 HKWorkoutEventTypeMotionResumed 2019-08-29 08:33:39+03:00 0.0  
526 2021-03-04 17:19:51.199721+03:00 2021-03-04 17:19:51.199721+03:00   103 103 HKWorkoutEventTypePause 2019-08-29 08:33:43+03:00 0.0  
528 2021-03-04 17:19:51.199828+03:00 2021-03-04 17:19:51.199828+03:00   103 103 HKWorkoutEventTypeMotionPaused 2019-08-29 08:34:40+03:00 0.0  
527 2021-03-04 17:19:51.199775+03:00 2021-03-04 17:19:51.199775+03:00   103 103 HKWorkoutEventTypeResume 2019-08-29 08:34:40+03:00 0.0  
529 2021-03-04 17:19:51.199905+03:00 2021-03-04 17:19:51.199905+03:00   103 103 HKWorkoutEventTypeMotionResumed 2019-08-29 08:34:43+03:00 0.0  
530 2021-03-04 17:19:51.199959+03:00 2021-03-04 17:19:51.199959+03:00   103 103 HKWorkoutEventTypeSegment 2019-08-29 08:39:52+03:00 5.939388640721639 min
531 2021-03-04 17:19:51.200013+03:00 2021-03-04 17:19:51.200013+03:00   103 103 HKWorkoutEventTypeSegment 2019-08-29 08:43:22+03:00 9.400640555222829 min
532 2021-03-04 17:19:51.200065+03:00 2021-03-04 17:19:51.200065+03:00   103 103 HKWorkoutEventTypeSegment 2019-08-29 08:45:48+03:00 5.811307199796041 min
533 2021-03-04 17:19:51.200116+03:00 2021-03-04 17:19:51.200116+03:00   103 103 HKWorkoutEventTypeSegment 2019-08-29 08:51:37+03:00 5.726061207056046 min
534 2021-03-04 17:19:51.200169+03:00 2021-03-04 17:19:51.200169+03:00   103 103 HKWorkoutEventTypeSegment 2019-08-29 08:52:46+03:00 9.315699688593547 min
535 2021-03-04 17:19:51.200221+03:00 2021-03-04 17:19:51.200221+03:00   103 103 HKWorkoutEventTypeSegment 2019-08-29 08:57:21+03:00 5.768982271353404 min
536 2021-03-04 17:19:51.200304+03:00 2021-03-04 17:19:51.200304+03:00   103 103 HKWorkoutEventTypeSegment 2019-08-29 09:02:05+03:00 1.02560373544693 min

Advanced export

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

CSV options:

CREATE TABLE `health_workout_events` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`workout_id` integer,`type` text,`date` datetime,`duration` real,`duration_unit` text,PRIMARY KEY (`id`),CONSTRAINT `fk_health_workouts_events` FOREIGN KEY (`workout_id`) REFERENCES `health_workouts`(`id`));
CREATE UNIQUE INDEX `health_workout_events_key` ON `health_workout_events`(`workout_id`,`type`,`date`);
CREATE INDEX `idx_health_workout_events_deleted_at` ON `health_workout_events`(`deleted_at`);