Created
December 21, 2022 12:20
-
-
Save matti/7ff6913241b8839fb624bd084133f1dd to your computer and use it in GitHub Desktop.
google_data_studio_custom_query
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 `project.dataset.table` | |
WHERE | |
time BETWEEN PARSE_TIMESTAMP("%Y%m%d", @DS_START_DATE) AND PARSE_TIMESTAMP("%Y%m%d", @DS_END_DATE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment