3 rows where type = "HKQuantityTypeIdentifierFlightsClimbed" sorted by value

View and edit SQL

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

type

  • HKQuantityTypeIdentifierFlightsClimbed · 3

source_name

creation_date (date)

id created_at updated_at deleted_at type source_name source_version unit creation_date start_date end_date value ▼ device_id
333678 2021-03-04 17:19:38.527593+03:00 2021-03-04 17:19:38.527593+03:00   HKQuantityTypeIdentifierFlightsClimbed iPhone (Vsevolod) 14.4 count 2021-03-04 14:05:10+03:00 2021-03-04 13:54:08+03:00 2021-03-04 13:54:10+03:00 1 iPhone 26
333679 2021-03-04 17:19:38.527799+03:00 2021-03-04 17:19:38.527799+03:00   HKQuantityTypeIdentifierFlightsClimbed iPhone (Vsevolod) 14.4 count 2021-03-04 15:16:19+03:00 2021-03-04 15:05:42+03:00 2021-03-04 15:05:44+03:00 1 iPhone 26
333677 2021-03-04 17:19:38.527381+03:00 2021-03-04 17:19:38.527381+03:00   HKQuantityTypeIdentifierFlightsClimbed iPhone (Vsevolod) 14.4 count 2021-03-04 13:12:40+03:00 2021-03-04 13:02:05+03:00 2021-03-04 13:02:28+03:00 2 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`);