pull intedned parameters from sql

This commit is contained in:
Paul Trowbridge 2020-11-11 23:38:44 -05:00
parent 30570531ad
commit 6358bbae14

1
exctract_params.sql Normal file
View File

@ -0,0 +1 @@
select distinct x.r[1] from fc.sql join lateral regexp_matches(t,'\[(.*?)\]','g') x(r)on true ORDER BY x.r[1] ASC;