bpsimple=# SELECT count(*), lname, town FROM customer GROUP BY town, lname bpsimple-# ORDER BY town, lname; count | lname | town ...
確定! 回上一頁