WITH t (userid) AS ( VALUES (1),(2) ) SELECT json_build_object('user',json_build_object('id',userid)) FROM t; json_build_object ...
確定! 回上一頁