> On Aug 16, 2017, at 11:11 AM, Jean-Luc Hainaut <[email protected]> > wrote: > > The implementation of SQLite "group_concat" (a very powerful but often > overlooked function) provides some but not all the features found in other > DBMS (MySQL "group_concat" and PostgreSQL "string_agg" for example):
For diversity's sake, Oracle’s LISTAGG: https://docs.oracle.com/cloud/latest/db112/SQLRF/functions089.htm#SQLRF30030 _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

