Given the following tables:

TABLEA
KeyA,
DataA
TableBKey

TABLEB
KeyB
DataB

.. and a JOIN on TABLEA.TableBKey=TableB.KeyB

IS there a SELECT statement that returns TABLEA.KeyA,  
TABLEA.Data,AllDataB, where AllDataB consists of all the values of  
TableB.DataB strung together?

For example, for TABLEA.Key value of 1,and 3 corresponding entries in  
TABLEB - I'd want one row returned with the three values of  
TABLEB.DataB concatenated into the AllDataB column.


Pete Haworth









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

Reply via email to