go-mysql-server
go-mysql-server copied to clipboard
Support multiple EXPLODE calls in same SELECT
In postgres, when you have two UNNEST calls in the same select, the arrays are unrolled in parallel, and NULLs inserted into the shorter column. It would be useful to me if I could do the same thing with EXPLODE.