15 rows sorted by device

View and edit SQL

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

id created_at updated_at deleted_at profile_name title_description device ▼ country playback_start_time
1 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva How I Met Your Mother: Season 1: "Come On" Apple iPhone XR RU 2020-12-30 20:14:21+00:00
2 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva How I Met Your Mother: Season 1: "Milk" Apple iPhone XR RU 2020-12-30 20:08:35+00:00
3 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva How I Met Your Mother: Season 1: "Milk" Apple iPhone XR RU 2020-12-30 18:33:04+00:00
4 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva How I Met Your Mother: Season 1: "Come On" Apple iPhone XR RU 2020-12-30 18:32:54+00:00
5 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva How I Met Your Mother: Season 1: "Milk" Apple iPhone XR RU 2020-12-30 18:32:48+00:00
6 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva How I Met Your Mother: Season 1: "Best Prom Ever" Apple iPhone XR RU 2020-12-30 18:02:04+00:00
7 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva How I Met Your Mother: Season 1: "Best Prom Ever" Apple iPhone XR RU 2020-12-30 18:01:44+00:00
8 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva How I Met Your Mother: Season 1: "Best Prom Ever" Apple iPhone XR RU 2020-12-30 15:39:46+00:00
9 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva How I Met Your Mother: Season 1: "Mary the Paralegal" Apple iPhone XR RU 2020-12-30 15:36:48+00:00
10 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva Friends: Season 2: "The One with Ross's New Girlfriend" Apple iPhone XR RU 2020-12-30 15:36:42+00:00
11 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva Friends: Season 2: "The One with Ross's New Girlfriend" Apple iPhone XR RU 2020-12-30 09:23:59+00:00
12 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva How I Met Your Mother: Season 1: "Mary the Paralegal" Apple iPhone XR RU 2020-12-30 09:05:52+00:00
13 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva How I Met Your Mother: Season 1: "Mary the Paralegal" Apple iPhone XR RU 2020-12-30 08:53:45+00:00
14 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva How I Met Your Mother: Season 1: "Mary the Paralegal" Apple iPhone XR RU 2020-12-30 07:05:29+00:00
15 2021-01-22 20:46:21.696934+03:00 2021-01-22 20:46:21.696934+03:00   Seva How I Met Your Mother: Season 1_hook_01_16x9 Apple iPhone XR RU 2020-12-30 07:05:07+00:00

Advanced export

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

CSV options:

CREATE TABLE `netflix_playback_related_events` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`profile_name` text,`title_description` text,`device` text,`country` text,`playback_start_time` datetime,PRIMARY KEY (`id`));
CREATE INDEX `idx_netflix_playback_related_events_deleted_at` ON `netflix_playback_related_events`(`deleted_at`);
CREATE UNIQUE INDEX `netflix_playback_related_events_key` ON `netflix_playback_related_events`(`profile_name`,`title_description`,`playback_start_time`);