christer99
IS-IT--Management
- Dec 3, 2001
- 247
I know this is probably simple, but the query below may produce multiple rows of data (unless it is grouped). How do I get the result to be one row as one string, for example rowa.wordstring +rowb.wordstring + rowc.wordstring
SELECT OppName
FROM OpInfo
WHERE (GROUPOPID = 129)
SELECT OppName
FROM OpInfo
WHERE (GROUPOPID = 129)