Created
August 3, 2021 06:38
-
-
Save Justinzobel/7b1f641f3b1ce34fb4c8c727ae506933 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
MySQL command to get a list of all pages (decoded from binary) and show the date they were last modified (in YYYYMMDD etc) | |
select cast(page_title as CHAR),cast(page_touched as CHAR) from page ORDER BY page_touched ASC; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment