Skip to content

Commit

Permalink
Create view and target.. #124
Browse files Browse the repository at this point in the history
  • Loading branch information
0e1 committed Nov 4, 2022
1 parent f316c02 commit 92bfa1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed src/.optim-step7-make.sql.kate-swp
Binary file not shown.
4 changes: 2 additions & 2 deletions src/optim-step7-make.sql
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ SELECT isolabel_ext, iso, line, p, path,

FROM
(
SELECT isolabel_ext, iso, line, p,
SELECT isolabel_ext, iso, line, p,
CASE cardinality(p)
WHEN 2 THEN concat('/var/gits/_dg/preserv-',iso,'/data/_donorEvidence/',p[2],'/',p[1],'.',p[2])
WHEN 3 THEN concat('/var/gits/_dg/preserv-',iso,'/data/_donorEvidence/',p[3],'/',p[2],'.',p[3],'/',p[1],'.',p[2],'.',p[3])
Expand All @@ -663,7 +663,7 @@ FROM
FROM
(
SELECT isolabel_ext, iso, line, p,
CASE
CASE
WHEN upper(p[array_upper(p,1)]) IN (SELECT isolabel_ext FROM optim.jurisdiction WHERE isolevel = 1) THEN TRUE
ELSE false
END AS is_cctld
Expand Down

0 comments on commit 92bfa1b

Please sign in to comment.