1 row where "time" is on date 2020-11-10 and "updated_at" is on date 2021-01-22 sorted by created_at descending

View and edit SQL

Suggested facets: created_at (date)

updated_at (date)

  • 2021-01-22 · 1

time (date)

  • 2020-11-10 · 1
id created_at ▲ updated_at deleted_at profile_name country_iso_code device is_kids query_typed displayed_name action section time
1 2021-01-22 20:46:21.571014+03:00 2021-01-22 20:46:21.571014+03:00   Seva RU iPhone   barba Barbarians view_video_info title_results 2020-11-10 16:43:11+00:00

Advanced export

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

CSV options:

CREATE TABLE `netflix_search_history` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`profile_name` text,`country_iso_code` text,`device` text,`is_kids` numeric,`query_typed` text,`displayed_name` text,`action` text,`section` text,`time` datetime,PRIMARY KEY (`id`));
CREATE UNIQUE INDEX `netflix_search_history_key` ON `netflix_search_history`(`profile_name`,`device`,`time`);
CREATE INDEX `idx_netflix_search_history_deleted_at` ON `netflix_search_history`(`deleted_at`);