Skip to content

Commit 904b59f

Browse files
Merge pull request #5 from Mauricio-Coding-Repos/staging
Staging - Correcting the CREATE OR ALTER sitax for country table
2 parents 9b5a902 + 7b07726 commit 904b59f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module-1/hamburg_weather/pipeline/data/load_tasty_bytes.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ raw zone table build
5757
-- country table build
5858

5959
-- todo: complete table build
60-
CREATE TABLE {{env}}_tasty_bytes.raw_pos.country
60+
CREATE OR ALTER TABLE {{env}}_tasty_bytes.raw_pos.country
6161
(
6262
country_id NUMBER(18,0),
6363
country VARCHAR(16777216),

0 commit comments

Comments
 (0)