PostgreSQL 9.2 and above has inbuilt support for JSON generation which can be ... 1query = <<~EOQ 2select row_to_json(u) 3from ( 4 select ...
確定! 回上一頁