Last active
June 25, 2020 15:09
-
-
Save vvgsrk/bc107479cb28c015d73e5a3f7d4a14f7 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 OR REPLACE STREAM db_dev.revenue.od_forecast_booking_stream | |
ON TABLE db_dev.revenue.od_forecast_booking | |
APPEND_ONLY = TRUE; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment