src-d / go-mysql-server

An extensible MySQL server implementation in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multiple EXPLODE calls in same SELECT

andremarianiello opened this issue · comments

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.