Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I get the results from three rows into one?

Status
Not open for further replies.

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)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top