4 rows where unit = "cm" sorted by type

View and edit SQL

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

creation_date (date)

unit

source_name

id created_at updated_at deleted_at type ▼ source_name source_version unit creation_date start_date end_date value device_id
1 2021-03-04 17:17:30.015483+03:00 2021-03-04 17:17:30.015483+03:00   HKQuantityTypeIdentifierHeight iPhone (Vsevolod) 12.0 cm 2019-01-01 09:13:37+03:00 2019-01-01 09:13:37+03:00 2019-01-01 09:13:37+03:00 180  
363436 2021-03-04 17:19:49.434883+03:00 2021-03-04 17:19:49.434883+03:00   HKQuantityTypeIdentifierWalkingStepLength iPhone (Vsevolod) 14.4 cm 2021-03-04 14:38:07+03:00 2021-03-04 14:22:12+03:00 2021-03-04 14:25:10+03:00 82 iPhone 26
363437 2021-03-04 17:19:49.43545+03:00 2021-03-04 17:19:49.43545+03:00   HKQuantityTypeIdentifierWalkingStepLength iPhone (Vsevolod) 14.4 cm 2021-03-04 15:11:06+03:00 2021-03-04 15:05:26+03:00 2021-03-04 15:05:43+03:00 78 iPhone 26
363438 2021-03-04 17:19:49.435833+03:00 2021-03-04 17:19:49.435833+03:00   HKQuantityTypeIdentifierWalkingStepLength iPhone (Vsevolod) 14.4 cm 2021-03-04 16:15:58+03:00 2021-03-04 16:13:14+03:00 2021-03-04 16:13:25+03:00 73 iPhone 26

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