In "Aggregate Functions" of SQLite Docs, it's said that: In any aggregate function that takes a single argument, that argument can be preceded by the keyword DISTINCT.
Then how about two arguments circumstance when I want to use distinct and together with specified separator. Is there a way to do that? I'm using SQLite 3.7.3 in tcl. Thanks advance. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

