2 rows where title = "Friends: Season 2: The One with Phoebe's Husband (Episode 4)" sorted by latest_bookmark

View and edit SQL

Suggested facets: updated_at (date), start_time (date)

title

  • Friends: Season 2: The One with Phoebe's Husband (Episode 4) · 2

created_at (date)

id created_at updated_at deleted_at profile_name start_time duration attributes title supplemental_video_type device_type bookmark latest_bookmark ▼ country
3 2021-01-22 20:46:21.591132+03:00 2021-01-22 20:46:21.591132+03:00   Seva 2020-12-31 16:07:50+00:00 728   Friends: Season 2: The One with Phoebe's Husband (Episode 4)   Apple iPhone XR 769   RU (Russian Federation)
2 2021-01-22 20:46:21.591132+03:00 2021-01-22 20:46:21.591132+03:00   Seva 2020-12-31 16:56:27+00:00 591   Friends: Season 2: The One with Phoebe's Husband (Episode 4)   Apple iPhone XR 1360 1360 RU (Russian Federation)

Advanced export

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

CSV options:

CREATE TABLE `netflix_viewing_activity` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`profile_name` text,`start_time` datetime,`duration` integer,`attributes` text,`title` text,`supplemental_video_type` text,`device_type` text,`bookmark` integer,`latest_bookmark` integer,`country` text,PRIMARY KEY (`id`));
CREATE UNIQUE INDEX `netflix_viewing_activity_key` ON `netflix_viewing_activity`(`profile_name`,`start_time`,`title`);
CREATE INDEX `idx_netflix_viewing_activity_deleted_at` ON `netflix_viewing_activity`(`deleted_at`);