pivot_forecast/generate_sql/exctract_params.sql

2 lines
115 B
MySQL
Raw Normal View History

2020-11-11 23:38:44 -05:00
select distinct x.r[1] from fc.sql join lateral regexp_matches(t,'\[(.*?)\]','g') x(r)on true ORDER BY x.r[1] ASC;