pull intedned parameters from sql
This commit is contained in:
parent
30570531ad
commit
6358bbae14
1
exctract_params.sql
Normal file
1
exctract_params.sql
Normal 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;
|
Loading…
Reference in New Issue
Block a user