Created
November 7, 2018 11:53
-
-
Save joereddington/5b3111a26a7748db5bf42f321f683bcd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.headers on | |
.mode csv | |
.output data.csv | |
SELECT datetime(moz_historyvisits.visit_date/1000000,'unixepoch'), moz_places.url FROM moz_places, moz_historyvisits WHERE moz_places.id = moz_historyvisits.place_id; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment