6 rows where "start_date" is on date 2019-07-01 sorted by value

View and edit SQL

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

start_date (date)

  • 2019-07-01 · 6
id created_at updated_at deleted_at type source_name source_version unit creation_date start_date end_date value ▼ device_id
351405 2021-03-04 17:19:43.009156+03:00 2021-03-04 17:19:43.009156+03:00   HKQuantityTypeIdentifierSwimmingStrokeCount Apple Watch — Vsevolod 5.2.1 count 2019-07-01 09:12:12+03:00 2019-07-01 09:06:06+03:00 2019-07-01 09:06:42+03:00 11 Apple Watch 5
351406 2021-03-04 17:19:43.009553+03:00 2021-03-04 17:19:43.009553+03:00   HKQuantityTypeIdentifierSwimmingStrokeCount Apple Watch — Vsevolod 5.2.1 count 2019-07-01 09:16:43+03:00 2019-07-01 09:11:37+03:00 2019-07-01 09:11:48+03:00 12 Apple Watch 5
351372 2021-03-04 17:19:42.994943+03:00 2021-03-04 17:19:42.994943+03:00   HKQuantityTypeIdentifierDistanceSwimming Apple Watch — Vsevolod 5.2.1 m 2019-07-01 09:06:49+03:00 2019-07-01 09:01:51+03:00 2019-07-01 09:02:27+03:00 25 Apple Watch 5
351373 2021-03-04 17:19:42.99514+03:00 2021-03-04 17:19:42.99514+03:00   HKQuantityTypeIdentifierDistanceSwimming Apple Watch — Vsevolod 5.2.1 m 2019-07-01 09:12:12+03:00 2019-07-01 09:06:06+03:00 2019-07-01 09:06:42+03:00 25 Apple Watch 5
351374 2021-03-04 17:19:42.995453+03:00 2021-03-04 17:19:42.995453+03:00   HKQuantityTypeIdentifierDistanceSwimming Apple Watch — Vsevolod 5.2.1 m 2019-07-01 09:16:43+03:00 2019-07-01 09:11:37+03:00 2019-07-01 09:11:48+03:00 25 Apple Watch 5
351404 2021-03-04 17:19:43.008809+03:00 2021-03-04 17:19:43.008809+03:00   HKQuantityTypeIdentifierSwimmingStrokeCount Apple Watch — Vsevolod 5.2.1 count 2019-07-01 09:06:49+03:00 2019-07-01 09:01:51+03:00 2019-07-01 09:02:27+03:00 7 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`);