1 row where "created_at" is on date 2021-03-04, manufacturer = "Apple" and software = "11.2.1" sorted by name

View and edit SQL

Suggested facets: updated_at (date)

software

  • 11.2.1 · 1

created_at (date)

  • 2021-03-04 · 1
id created_at updated_at deleted_at name ▼ manufacturer model hardware software
7 2021-03-04 17:17:47.700443+03:00 2021-03-04 17:17:47.700443+03:00   iPhone Apple iPhone iPhone10,6 11.2.1

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE `health_devices` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`name` text,`manufacturer` text,`model` text,`hardware` text,`software` text,PRIMARY KEY (`id`));
CREATE INDEX `idx_health_devices_deleted_at` ON `health_devices`(`deleted_at`);