2 lines
115 B
MySQL
2 lines
115 B
MySQL
|
select distinct x.r[1] from fc.sql join lateral regexp_matches(t,'\[(.*?)\]','g') x(r)on true ORDER BY x.r[1] ASC;
|