String_agg Order par

SELECT
  STRING_AGG(product, ', ') WITHIN GROUP (ORDER BY product)
FROM
King Pinaster