Questions marquées «string-aggregation»

98
Comment trier le résultat de string_agg ()

J'ai une table: CREATE TABLE tblproducts ( productid integer, product character varying(20) ) Avec les rangées: 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...