Macgyver7 <t...@buffaloriverforge.com> wrote:
> Many thanks Igor, that worked beautifully.  If I wanted to put the three top
> meanings in one column  separated by commas, instead of three columns, is
> there an easy way to do that? It would be good to have them in brackets too.
> eg. (meaning 1, meaning 2, meaning 3)

'(' || (select Meaning ...) || ',' || (select Meaning ...) || ',' || (select 
Meaning ...) || ')'

-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to