Created
May 11, 2017 15:18
-
-
Save rviscomi/fea9332656a29cbd84985837458749dc 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
SELECT pages.rank AS rank, libs.url AS url FROM | |
(SELECT url FROM httparchive:scratchspace.2017_04_15_js_libs WHERE lib.name = 'SPF') AS libs JOIN | |
(SELECT url, rank FROM httparchive:runs.latest_pages) AS pages ON pages.url = libs.url | |
ORDER BY | |
rank ASC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment