Created
March 6, 2020 06:12
-
-
Save kouyaf77/d8d69d3c02ff34f85ba1809a306129ab to your computer and use it in GitHub Desktop.
select query of alb
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 * | |
FROM LOG | |
WHERE time >= '2020-03-06T03:14:00Z' AND time < '2020-03-06T03:35:00Z' ORDER BY time; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment