... PostgreSQL FLOOR() function to round a number down to the nearest integer, ... SELECT customer_id, FLOOR(SUM( amount )) amount_paid FROM payment GROUP ...
確定! 回上一頁