7 rows where "date" is on date 2019-11-10 sorted by type

View and edit SQL

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

workout_id

updated_at (date)

date (date)

  • 2019-11-10 · 7
id created_at updated_at deleted_at workout_id type ▼ date duration duration_unit
554 2021-03-04 17:19:51.20469+03:00 2021-03-04 17:19:51.20469+03:00   107 107 HKWorkoutEventTypeMotionPaused 2019-11-10 19:37:28+03:00 0.0  
559 2021-03-04 17:19:51.20496+03:00 2021-03-04 17:19:51.20496+03:00   107 107 HKWorkoutEventTypeMotionPaused 2019-11-10 19:55:45+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  
553 2021-03-04 17:19:51.204561+03:00 2021-03-04 17:19:51.204561+03:00   107 107 HKWorkoutEventTypeSegment 2019-11-10 19:37:28+03:00 5.224879205226898 min
556 2021-03-04 17:19:51.2048+03:00 2021-03-04 17:19:51.2048+03:00   107 107 HKWorkoutEventTypeSegment 2019-11-10 19:42:41+03:00 5.724543692668279 min
557 2021-03-04 17:19:51.204853+03:00 2021-03-04 17:19:51.204853+03:00   107 107 HKWorkoutEventTypeSegment 2019-11-10 19:46:04+03:00 9.681536215543748 min
558 2021-03-04 17:19:51.204907+03:00 2021-03-04 17:19:51.204907+03:00   107 107 HKWorkoutEventTypeSegment 2019-11-10 19:48:25+03:00 7.331938658157984 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`);