2 rows where software = "13.5.1" and "updated_at" is on date 2021-03-04 sorted by updated_at

View and edit SQL

Suggested facets: created_at (date)

updated_at (date)

  • 2021-03-04 · 2

software

  • 13.5.1 · 2

manufacturer

id created_at updated_at ▼ deleted_at name manufacturer model hardware software
6 2021-03-04 17:17:47.699793+03:00 2021-03-04 17:17:47.699793+03:00   iPhone Apple Inc. iPhone iPhone11,8 13.5.1
20 2021-03-04 17:18:02.166627+03:00 2021-03-04 17:18:02.166627+03:00   iPhone Apple Inc. iPhone iPhone10,6 13.5.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`);