4 rows where "end_date" is on date 2020-04-25 sorted by created_at

View and edit SQL

Suggested facets: source_version, unit, start_date, value, updated_at (date), creation_date (date), start_date (date)

end_date (date)

  • 2020-04-25 · 4

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
324704 2021-03-04 17:19:36.01814+03:00 2021-03-04 17:19:36.01814+03:00   HKQuantityTypeIdentifierActiveEnergyBurned Nike Training 2004072002 kcal 2020-04-25 20:19:25+03:00 2020-04-25 20:02:53+03:00 2020-04-25 20:18:36+03:00 40  
351340 2021-03-04 17:19:42.984346+03:00 2021-03-04 17:19:42.984346+03:00   HKQuantityTypeIdentifierAppleExerciseTime iPhone (Vsevolod) 13.3.1 min 2020-04-25 20:19:25+03:00 2020-04-25 20:02:00+03:00 2020-04-25 20:03:00+03:00 1  
361642 2021-03-04 17:19:47.924211+03:00 2021-03-04 17:19:47.924211+03:00   HKQuantityTypeIdentifierAppleStandTime iPhone (Vsevolod) 13.3.1 min 2020-04-25 20:19:25+03:00 2020-04-25 20:02:00+03:00 2020-04-25 20:07:00+03:00 1  
367975 2021-03-04 17:19:51.076992+03:00 2021-03-04 17:19:51.076992+03:00   HKCategoryTypeIdentifierAppleStandHour iPhone (Vsevolod) 13.3.1   2020-04-25 20:19:25+03:00 2020-04-25 20:00:00+03:00 2020-04-25 21:00:00+03:00 HKCategoryValueAppleStandHourStood  

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