PostgreSQL - Aggregate Functions and GROUP BY
Which of the following is the correct way to sum the
price column only for rows where status = 'shipped' using the FILTER clause in PostgreSQL?