Howto? get multiple results into a single row...

R

Reinhard

Hi folks,

I'm trying the following:

there are two tables:
t1:feature-ID,feature,...
t2:customer-ID,customer,...,feature-ID,...

Now I want to have a query, which produces the following result:

feature-ID, feature, (customer-ID1, customer-ID2, customer-ID3,...)

My problem: I don't know how to establish the third row, which should
be a subquery itself, but I do not get the results of this subquery
into a sinle string to get the third row.

And no, I do not want multiple lines each beginning with the same
stuff and having a different customer-ID.

I tried it with SQL.

Can anyone help?

Thanx

Reinhard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top