2 rows where selection_type = "default" sorted by deleted_at

View and edit SQL

Suggested facets: created_at (date), updated_at (date), time (date)

selection_type

  • default · 2

has_watched

  • 0 2
id created_at updated_at deleted_at ▼ profile_name title_desc selection_type choice_segment_id has_watched source time
8 2021-01-22 20:46:21.568329+03:00 2021-01-22 20:46:21.568329+03:00   Seva Unbreakable Kimmy Schmidt: Kimmy vs. the Reverend default   0 iOS 2020-05-17 01:58:19+00:00
21 2021-01-22 20:46:21.568329+03:00 2021-01-22 20:46:21.568329+03:00   Seva Unbreakable Kimmy Schmidt: Kimmy vs. the Reverend default   0 www 2020-05-15 21:08:06+00:00

Advanced export

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

CSV options:

CREATE TABLE `netflix_interactive_titles` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`profile_name` text,`title_desc` text,`selection_type` text,`choice_segment_id` text,`has_watched` numeric,`source` text,`time` datetime,PRIMARY KEY (`id`));
CREATE UNIQUE INDEX `netflix_interactive_titles_key` ON `netflix_interactive_titles`(`profile_name`,`time`);
CREATE INDEX `idx_netflix_interactive_titles_deleted_at` ON `netflix_interactive_titles`(`deleted_at`);