6 rows where unit = "%" sorted by created_at

View and edit SQL

Suggested facets: type, creation_date, start_date, end_date, value, updated_at (date), creation_date (date), start_date (date), end_date (date)

unit

created_at (date)

id created_at ▼ updated_at deleted_at type source_name source_version unit creation_date start_date end_date value device_id
361639 2021-03-04 17:19:47.922229+03:00 2021-03-04 17:19:47.922229+03:00   HKQuantityTypeIdentifierWalkingDoubleSupportPercentage iPhone (Vsevolod) 14.4 % 2021-03-04 13:19:56+03:00 2021-03-04 12:47:16+03:00 2021-03-04 12:47:27+03:00 0.239 iPhone 26
361640 2021-03-04 17:19:47.923312+03:00 2021-03-04 17:19:47.923312+03:00   HKQuantityTypeIdentifierWalkingDoubleSupportPercentage iPhone (Vsevolod) 14.4 % 2021-03-04 13:56:53+03:00 2021-03-04 13:49:17+03:00 2021-03-04 13:49:19+03:00 0.284 iPhone 26
361641 2021-03-04 17:19:47.924007+03:00 2021-03-04 17:19:47.924007+03:00   HKQuantityTypeIdentifierWalkingDoubleSupportPercentage iPhone (Vsevolod) 14.4 % 2021-03-04 14:38:07+03:00 2021-03-04 14:22:12+03:00 2021-03-04 14:25:10+03:00 0.26 iPhone 26
364087 2021-03-04 17:19:50.046968+03:00 2021-03-04 17:19:50.046968+03:00   HKQuantityTypeIdentifierWalkingAsymmetryPercentage iPhone (Vsevolod) 14.4 % 2021-03-04 13:19:56+03:00 2021-03-04 12:49:06+03:00 2021-03-04 12:49:37+03:00 0 iPhone 26
364088 2021-03-04 17:19:50.047728+03:00 2021-03-04 17:19:50.047728+03:00   HKQuantityTypeIdentifierWalkingAsymmetryPercentage iPhone (Vsevolod) 14.4 % 2021-03-04 13:56:53+03:00 2021-03-04 13:51:16+03:00 2021-03-04 13:53:57+03:00 0 iPhone 26
364089 2021-03-04 17:19:50.048056+03:00 2021-03-04 17:19:50.048056+03:00   HKQuantityTypeIdentifierWalkingAsymmetryPercentage iPhone (Vsevolod) 14.4 % 2021-03-04 14:38:07+03:00 2021-03-04 14:22:12+03:00 2021-03-04 14:25:10+03:00 0 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`);