1 row where manufacturer = "Apple Inc." and software = "13.0" sorted by manufacturer descending

View and edit SQL

updated_at (date)

software

  • 13.0 · 1

manufacturer

  • Apple Inc. · 1

created_at (date)

id created_at updated_at deleted_at name manufacturer ▲ model hardware software
14 2021-03-04 17:17:59.338364+03:00 2021-03-04 17:17:59.338364+03:00   iPhone Apple Inc. iPhone iPhone10,6 13.0

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