Skip to content

Instantly share code, notes, and snippets.

@kouyaf77
Created March 6, 2020 06:12
Show Gist options
  • Save kouyaf77/d8d69d3c02ff34f85ba1809a306129ab to your computer and use it in GitHub Desktop.
Save kouyaf77/d8d69d3c02ff34f85ba1809a306129ab to your computer and use it in GitHub Desktop.
select query of alb
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