C
C Downey
I have a one to many relationship on two tables. Table A is the parent,
Table B is the child. I want to write a SQL statement that will give me back
a single record for each item in A and a column which has the values from
Table B concatated in a single string...is this possible?
TIA
Table B is the child. I want to write a SQL statement that will give me back
a single record for each item in A and a column which has the values from
Table B concatated in a single string...is this possible?
TIA