Skip to content

Instantly share code, notes, and snippets.

@vvgsrk
Last active June 25, 2020 15:09
Show Gist options
  • Save vvgsrk/bc107479cb28c015d73e5a3f7d4a14f7 to your computer and use it in GitHub Desktop.
Save vvgsrk/bc107479cb28c015d73e5a3f7d4a14f7 to your computer and use it in GitHub Desktop.
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