9 rows where "time" is on date 2021-01-12 sorted by title descending

View and edit SQL

Suggested facets: created_at, updated_at, header, title, title_url, created_at (date), updated_at (date), time (date)

type

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
26715 2021-03-02 19:31:23.609481+03:00 2021-03-02 19:31:23.609481+03:00   youtube.com Visited https://www.youtube.com/watch?v=YVYDz_coSfY https://www.youtube.com/watch?v=YVYDz_coSfY Ads 2021-01-12 09:10:28.126+00:00
74458 2021-03-02 19:31:30.204346+03:00 2021-03-02 19:31:30.204346+03:00   Search Visited Home · Patrick Collison https://www.google.com/url?q=https://patrickcollison.com/&usg=AFQjCNG4pL5vaoUZdVUS7pUkpyx3TNg9Og Search 2021-01-12 06:05:58.242+00:00
26716 2021-03-02 19:31:23.609481+03:00 2021-03-02 19:31:23.609481+03:00   openculture.com Visited Explore the Entire World--from the Comfort of Quarantine--with 4K ... https://www.google.com/url?q=https://www.openculture.com/2020/03/explore-the-entire-world-from-the-comfort-of-quarantine-with-4k-walking-tours.html&usg=AFQjCNFPvhCVmAwYAKyqmqd20ki0FRi1Yg Ads 2021-01-12 09:10:19.689+00:00
8357 2021-03-02 19:31:21.743897+03:00 2021-03-02 19:31:21.743897+03:00   Maps Used Maps   Maps 2021-01-12 07:54:55.203+00:00
74459 2021-03-02 19:31:30.204346+03:00 2021-03-02 19:31:30.204346+03:00   Search Searched for patrick collison https://www.google.com/search?q=patrick+collison Search 2021-01-12 06:05:55.34+00:00
3 2021-03-02 19:31:21.060137+03:00 2021-03-02 19:31:21.060137+03:00   Takeout Initiated a Takeout   Takeout 2021-01-12 09:19:36.235+00:00
26717 2021-03-02 19:31:23.609481+03:00 2021-03-02 19:31:23.609481+03:00   Gmail Displayed Gmail ads   Ads 2021-01-12 08:18:19.113+00:00
26718 2021-03-02 19:31:23.609481+03:00 2021-03-02 19:31:23.609481+03:00   Gmail Displayed Gmail ads   Ads 2021-01-12 06:14:36.061+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`);