Pytania oznaczone «string-aggregation»

100
Jak posortować wynik z string_agg ()

Mam stolik: CREATE TABLE tblproducts ( productid integer, product character varying(20) ) Z rzędami: INSERT INTO tblproducts(productid, product) VALUES (1, 'CANDID POWDER 50 GM'); INSERT INTO tblproducts(productid, product) VALUES (2, 'SINAREST P SYP 100 ML'); INSERT INTO