You can do this with a CROSS JOIN. A cross join will take every individual element of your unnested array and join it back to its parent row. This will create ...
確定! 回上一頁