Created
September 25, 2024 13:49
-
-
Save arkadius/55b557c0c46b32c32511fa45069ce091 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
CREATE TABLE product_orders_report | |
( | |
report_id BIGINT, | |
report_timestamp TIMESTAMP, | |
report_year_month STRING, | |
product_id BIGINT, | |
product_quantity_sum BIGINT | |
) PARTITIONED BY (report_year_month); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment