Last active
August 29, 2015 14:10
-
-
Save ashumeow/4bbb16582db7d0c5a0e6 to your computer and use it in GitHub Desktop.
TestQuery
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 respSize, respCookieLen, respHeadersSize, respHttpVersion, resp_vary, _cdn_provider, resp_cache_control, resp_content_encoding, _gzip_save, resp_transfer_encoding, resp_age, resp_connection, resp_accept_ranges, resp_server, urlShort | |
| FROM [httparchive:runs.latest_requests] | |
| LIMIT 10 |
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 requestid, urlShort, reqHttpVersion, reqHeadersSize, respSize, mimeType, respCookieLen, resp_cache_control, _gzip_save, resp_server FROM [httparchive:runs.2014_11_15_requests_mobile] | |
| LIMIT 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment