combining rows

G

Guest

I am accessing a SQL server database that stores a description specific to an
account in a separate row for descriptions. I want them all to be in one row
with my account, i.e. Account, desc1, desc2

What I'm getting now is: Account, desc1
Account, desc2

In my mind I want to say if the account number on the next line is the same
move desc2 to prior line, but have no idea if that's even possible.
 

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