10 rows where type = "HKWorkoutEventTypeMotionResumed" sorted by date

View and edit SQL

Suggested facets: workout_id, created_at (date), updated_at (date), date (date)

type

  • HKWorkoutEventTypeMotionResumed · 10
id created_at updated_at deleted_at workout_id type date ▼ duration duration_unit
506 2021-03-04 17:19:51.197493+03:00 2021-03-04 17:19:51.197493+03:00   102 102 HKWorkoutEventTypeMotionResumed 2019-08-27 08:30:04+03:00 0.0  
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  
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  
539 2021-03-04 17:19:51.20158+03:00 2021-03-04 17:19:51.20158+03:00   104 104 HKWorkoutEventTypeMotionResumed 2019-08-31 09:15:03+03:00 0.0  
555 2021-03-04 17:19:51.204746+03:00 2021-03-04 17:19:51.204746+03:00   107 107 HKWorkoutEventTypeMotionResumed 2019-11-10 19:37:29+03:00 0.0  
569 2021-03-04 17:19:51.208317+03:00 2021-03-04 17:19:51.208317+03:00   109 109 HKWorkoutEventTypeMotionResumed 2019-11-14 07:26:52+03:00 0.0  
571 2021-03-04 17:19:51.208424+03:00 2021-03-04 17:19:51.208424+03:00   109 109 HKWorkoutEventTypeMotionResumed 2019-11-14 07:27:41+03:00 0.0  
577 2021-03-04 17:19:51.209696+03:00 2021-03-04 17:19:51.209696+03:00   110 110 HKWorkoutEventTypeMotionResumed 2019-11-17 07:28:05+03:00 0.0  
582 2021-03-04 17:19:51.209978+03:00 2021-03-04 17:19:51.209978+03:00   110 110 HKWorkoutEventTypeMotionResumed 2019-11-17 07:29:42+03:00 0.0  
601 2021-03-04 17:19:51.212902+03:00 2021-03-04 17:19:51.212902+03:00   112 112 HKWorkoutEventTypeMotionResumed 2019-12-27 12:57:50+03:00 0.0  

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