3 rows where "end_date" is on date 2020-01-03 sorted by created_at

View and edit SQL

Suggested facets: unit, start_date, created_at (date), creation_date (date), start_date (date)

updated_at (date)

end_date (date)

  • 2020-01-03 · 3

device_id

id created_at ▼ updated_at deleted_at type source_name source_version unit creation_date start_date end_date value device_id
351674 2021-03-04 17:19:43.04564+03:00 2021-03-04 17:19:43.04564+03:00   HKQuantityTypeIdentifierRestingHeartRate Apple Watch — Vsevolod 5.2.1 count/min 2020-01-03 21:48:08+03:00 2020-01-03 19:35:37+03:00 2020-01-03 21:44:03+03:00 75  
351968 2021-03-04 17:19:43.08936+03:00 2021-03-04 17:19:43.08936+03:00   HKQuantityTypeIdentifierWalkingHeartRateAverage Apple Watch — Vsevolod 5.2.1 count/min 2020-01-03 19:57:11+03:00 2020-01-03 19:35:37+03:00 2020-01-03 19:56:45+03:00 104  
368477 2021-03-04 17:19:52.385018+03:00 2021-03-04 17:19:52.385018+03:00   HKQuantityTypeIdentifierHeartRateVariabilitySDNN Apple Watch — Vsevolod 5.2.1 ms 2020-01-03 20:33:11+03:00 2020-01-03 20:32:10+03:00 2020-01-03 20:33:11+03:00 51.3045 Apple Watch 5

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