blob: be261a983f9ce06f0944307b7a1a0e2069abfc36 [file] [log] [blame]
select MAX(sub.val) from (select flatten(d.lst_lst[0]) val from `data1.json` d) sub;