6 rows where unit = "km" sorted by id

View and edit SQL

Suggested facets: type, source_name, source_version, created_at (date), updated_at (date), creation_date (date), start_date (date)

end_date (date)

unit

id ▼ created_at updated_at deleted_at type source_name source_version unit creation_date start_date end_date value device_id
159319 2021-03-04 17:18:23.400738+03:00 2021-03-04 17:18:23.400738+03:00   HKQuantityTypeIdentifierDistanceWalkingRunning iPhone (Vsevolod) 14.4 km 2021-03-04 15:16:19+03:00 2021-03-04 15:05:16+03:00 2021-03-04 15:07:58+03:00 0.10331 iPhone 26
159320 2021-03-04 17:18:23.400938+03:00 2021-03-04 17:18:23.400938+03:00   HKQuantityTypeIdentifierDistanceWalkingRunning iPhone (Vsevolod) 14.4 km 2021-03-04 16:21:19+03:00 2021-03-04 16:10:17+03:00 2021-03-04 16:15:42+03:00 0.15146 iPhone 26
159321 2021-03-04 17:18:23.401198+03:00 2021-03-04 17:18:23.401198+03:00   HKQuantityTypeIdentifierDistanceWalkingRunning iPhone (Vsevolod) 14.4 km 2021-03-04 16:37:45+03:00 2021-03-04 16:26:42+03:00 2021-03-04 16:27:51+03:00 0.06388 iPhone 26
351980 2021-03-04 17:19:43.092025+03:00 2021-03-04 17:19:43.092025+03:00   HKQuantityTypeIdentifierDistanceDownhillSnowSports Slopes 3575 km 2019-02-06 11:41:03+03:00 2019-02-06 10:17:55+03:00 2019-02-06 10:19:46+03:00 0.191626  
351981 2021-03-04 17:19:43.09303+03:00 2021-03-04 17:19:43.09303+03:00   HKQuantityTypeIdentifierDistanceDownhillSnowSports Slopes 3575 km 2019-02-13 11:29:36+03:00 2019-02-13 08:34:39+03:00 2019-02-13 08:43:17+03:00 1.88901  
351982 2021-03-04 17:19:43.0937+03:00 2021-03-04 17:19:43.0937+03:00   HKQuantityTypeIdentifierDistanceDownhillSnowSports Slopes 3575 km 2019-02-10 16:10:17+03:00 2019-02-10 10:30:47+03:00 2019-02-10 10:31:23+03:00 0.156561  

Advanced export

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

CSV options:

CREATE TABLE `health_entries` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`type` text,`source_name` text,`source_version` text,`unit` text,`creation_date` datetime,`start_date` datetime,`end_date` datetime,`value` text,`device_id` integer,PRIMARY KEY (`id`),CONSTRAINT `fk_health_entries_device` FOREIGN KEY (`device_id`) REFERENCES `health_devices`(`id`));
CREATE UNIQUE INDEX `health_entries_key` ON `health_entries`(`type`,`creation_date`);
CREATE INDEX `idx_health_entries_deleted_at` ON `health_entries`(`deleted_at`);