1 row where header = "YouTube", "time" is on date 2021-01-12 and "updated_at" is on date 2021-03-02 sorted by deleted_at

View and edit SQL

updated_at (date)

  • 2021-03-02 · 1

time (date)

  • 2021-01-12 · 1

created_at (date)

id created_at updated_at deleted_at ▼ header title title_url type time
60053 2021-03-02 19:31:27.885385+03:00 2021-03-02 19:31:27.885385+03:00   YouTube Watched Cairo's Khan el-Khalili Walking Tour (4K/60fps) https://www.youtube.com/watch?v=YVYDz_coSfY YouTube 2021-01-12 09:10:22.428+00:00

Advanced export

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

CSV options:

CREATE TABLE `google_activity` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`header` text,`title` text,`title_url` text,`type` text,`time` datetime,PRIMARY KEY (`id`));
CREATE UNIQUE INDEX `google_activity_key` ON `google_activity`(`header`,`title`,`time`);
CREATE INDEX `idx_google_activity_deleted_at` ON `google_activity`(`deleted_at`);