我尝试了很多,但找不到正确的方法。 如果我在Postgres 中选择值并将它们相加,它看起来像这样: SELECT name,sum(size) as total FROM mytable group by name order by ...
確定! 回上一頁