On 10 January 2011 15:18, smart sl <[email protected]> wrote: > Thank you. It's an indirect way, and it works. Could it be the same > efficient as "select group_concat(distinct data separator '-') from tst" > like in mysql? I'm not quite understand the actual functionality inside, so > this is significant to me.
I know nothing of the internals of MySql; but although the syntax is different and the SQLite solution looks 'indirect', the processing necessary to generate the result set is basically the same. > Regards, Simon _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

