From 27e303f68d31aaffc2bb252a95f9c40d1f327f0a Mon Sep 17 00:00:00 2001 From: rlsalcido24 Date: Wed, 6 Sep 2023 12:47:49 -0700 Subject: [PATCH] Update customer.sql --- models/redshift/customer.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/redshift/customer.sql b/models/redshift/customer.sql index c879016..36bdd33 100644 --- a/models/redshift/customer.sql +++ b/models/redshift/customer.sql @@ -7,7 +7,7 @@ select - convet(string, c_custkey) as stringkey, + convert(string, c_custkey) as stringkey, c_name, c_address, c_nationkey,