blob: 3502431a6cc2f3eaffddefea9d932a0826fc13fb [file] [log] [blame]
select flatten(lst) from (select uid, flatten(d.lst_lst[1]) lst1, flatten(d.lst_lst) lst from `data.json` d) s1 order by s1.lst[3];