Skip to content

Instantly share code, notes, and snippets.

@daanalytics
Created April 26, 2023 09:43
Show Gist options
  • Save daanalytics/b4e2fd4f6348ea5154a626c0856a0730 to your computer and use it in GitHub Desktop.
Save daanalytics/b4e2fd4f6348ea5154a626c0856a0730 to your computer and use it in GitHub Desktop.
Create Mapping Table
CREATE TABLE customer_loyalty_city_policy_mapping
(city_value STRING, role_name STRING)
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment