1 row where "start_date" is on date 2021-03-04 and value = 237 sorted by updated_at

View and edit SQL

Suggested facets: created_at (date), updated_at (date), creation_date (date), end_date (date)

value

start_date (date)

  • 2021-03-04 · 1
id created_at updated_at ▼ deleted_at type source_name source_version unit creation_date start_date end_date value device_id
105418 2021-03-04 17:18:04.158422+03:00 2021-03-04 17:18:04.158422+03:00   HKQuantityTypeIdentifierStepCount iPhone (Vsevolod) 14.4 count 2021-03-04 16:21:19+03:00 2021-03-04 16:10:17+03:00 2021-03-04 16:15:42+03:00 237 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`);