7 rows where activity_type = "HKWorkoutActivityTypeRunning" sorted by source_version

View and edit SQL

Suggested facets: created_at (date), updated_at (date), creation_date (date), start_date (date), end_date (date)

source_version

activity_type

  • HKWorkoutActivityTypeRunning · 7
id created_at updated_at deleted_at activity_type duration duration_unit total_distance total_distance_unit total_energy_burned total_energy_burned_unit source_name source_version ▼ creation_date start_date end_date device_id
102 2021-03-04 17:19:51.19847+03:00 2021-03-04 17:19:51.19847+03:00   HKWorkoutActivityTypeRunning 64.69639686544737 min 10.02179134421555 km 722.1398590527675 kcal Apple Watch — Vsevolod 5.2.1 2019-08-27 09:34:47+03:00 2019-08-27 08:30:03+03:00 2019-08-27 09:34:44+03:00 Apple Watch 5
103 2021-03-04 17:19:51.200387+03:00 2021-03-04 17:19:51.200387+03:00   HKWorkoutActivityTypeRunning 28.58138908346494 min 5.012390497694206 km 354.1565738734284 kcal Apple Watch — Vsevolod 5.2.1 2019-08-29 09:03:10+03:00 2019-08-29 08:33:38+03:00 2019-08-29 09:03:09+03:00 Apple Watch 5
104 2021-03-04 17:19:51.202097+03:00 2021-03-04 17:19:51.202097+03:00   HKWorkoutActivityTypeRunning 34.8977695008119 min 5.650553147114136 km 390.4776407911971 kcal Apple Watch — Vsevolod 5.2.1 2019-08-31 09:49:57+03:00 2019-08-31 09:15:02+03:00 2019-08-31 09:49:56+03:00 Apple Watch 5
107 2021-03-04 17:19:51.205046+03:00 2021-03-04 17:19:51.205046+03:00   HKWorkoutActivityTypeRunning 18.33613804976146 min 2.858986413292568 km 195.4749232662223 kcal Apple Watch — Vsevolod 5.2.1 2019-11-10 19:55:49+03:00 2019-11-10 19:37:28+03:00 2019-11-10 19:55:48+03:00 Apple Watch 5
109 2021-03-04 17:19:51.208677+03:00 2021-03-04 17:19:51.208677+03:00   HKWorkoutActivityTypeRunning 22.5120891670386 min 3.664478057414417 km 227.2546867568784 kcal Apple Watch — Vsevolod 5.2.1 2019-11-14 07:49:22+03:00 2019-11-14 07:26:50+03:00 2019-11-14 07:49:21+03:00 Apple Watch 5
110 2021-03-04 17:19:51.210389+03:00 2021-03-04 17:19:51.210389+03:00   HKWorkoutActivityTypeRunning 28.3882763504982 min 4.55140058883233 km 276.3321091531802 kcal Apple Watch — Vsevolod 5.2.1 2019-11-17 07:56:35+03:00 2019-11-17 07:28:03+03:00 2019-11-17 07:56:34+03:00 Apple Watch 5
112 2021-03-04 17:19:51.212986+03:00 2021-03-04 17:19:51.212986+03:00   HKWorkoutActivityTypeRunning 5.101798800627391 min 0.8808913509215736 km 50.76737320747404 kcal Apple Watch — Vsevolod 5.2.1 2019-12-27 13:02:53+03:00 2019-12-27 12:49:49+03:00 2019-12-27 13:02:52+03:00 Apple Watch 5

Advanced export

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

CSV options:

CREATE TABLE `health_workouts` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`activity_type` text,`duration` real,`duration_unit` text,`total_distance` real,`total_distance_unit` text,`total_energy_burned` real,`total_energy_burned_unit` text,`source_name` text,`source_version` text,`creation_date` datetime UNIQUE,`start_date` datetime,`end_date` datetime,`device_id` integer,PRIMARY KEY (`id`),CONSTRAINT `fk_health_workouts_device` FOREIGN KEY (`device_id`) REFERENCES `health_devices`(`id`));
CREATE INDEX `idx_health_workouts_deleted_at` ON `health_workouts`(`deleted_at`);