Domande taggate «string-aggregation»


10
Simulazione della funzione MySQL di group_concat in Microsoft SQL Server 2005?
Sto cercando di migrare un'app basata su MySQL su Microsoft SQL Server 2005 (non per scelta, ma è la vita). Nell'app originale, abbiamo usato quasi interamente le dichiarazioni conformi ANSI-SQL, con un'eccezione significativa: abbiamo usato la group_concatfunzione di MySQL abbastanza frequentemente. group_concat, a proposito, lo fa: data una tabella di, …



4
Come ordinare il risultato da string_agg ()
Ho un tavolo: CREATE TABLE tblproducts ( productid integer, product character varying(20) ) Con le righe: 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 tblproducts(productid, product) VALUES (3, 'ESOZ D 20 MG CAP'); INSERT INTO …
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.