redefine segment

This commit is contained in:
Paul Trowbridge 2021-04-13 16:10:04 -04:00
parent 94ae5e192c
commit ab7af8d2ed
5 changed files with 10 additions and 5 deletions

View File

@ -23,7 +23,8 @@ repc AS (
FROM
(
VALUES
('1CU','Retail'),
('1SU','Sustainable'),
('1CU','Sustainable'),
('1GR','Greenhouse'),
('1NU','Nursery'),
('1RE','Retail'),

View File

@ -8,7 +8,8 @@ SEG AS (
FROM
(
VALUES
('1CU','Retail'),
('1SU','Sustainable'),
('1CU','Sustainable'),
('1GR','Greenhouse'),
('1NU','Nursery'),
('1RE','Retail'),

View File

@ -53,7 +53,8 @@ target AS (select $$replace_request$$::json def)
FROM
(
VALUES
('1CU','Retail'),
('1SU','Sustainable'),
('1CU','Sustainable'),
('1GR','Greenhouse'),
('1NU','Nursery'),
('1RE','Retail'),

View File

@ -37,7 +37,8 @@ target AS (SELECT $$swap_doc$$::jsonb swap)
FROM
(
VALUES
('1CU','Retail'),
('1SU','Sustainable'),
('1CU','Sustainable'),
('1GR','Greenhouse'),
('1NU','Nursery'),
('1RE','Retail'),

View File

@ -17,7 +17,8 @@ target AS (SELECT $$swap_doc$$::jsonb swap)
FROM
(
VALUES
('1CU','Retail'),
('1CU','Sustainable'),
('1SU','Sustainable'),
('1GR','Greenhouse'),
('1NU','Nursery'),
('1RE','Retail'),