with tickets(id, client_id, client_name) as (values(1,2,'x'),(3,4,'y')) SELECT json_build_object( 'id', id, 'client', json_build_object(
確定! 回上一頁