Aggregate the input data into an array in the CTE, then use that array directly. WITH account_inits AS ( SELECT array_agg((random_string(10) ...
確定! 回上一頁