Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Concatenating multiple row values & running total on a single row?

612219Dec 5 2007 — edited Dec 7 2007
I need to produce a single row with a concatenated value for a single column from multiple rows. To make it simple, something like this...
"Select lastname, <all firstnames> from persontable".
I also need another query to maintain a running total. Again to make it simple, something like this...
"Select employee, salary, <running salary total> from employeetable".
Thanks for your help!
DB
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 4 2008
Added on Dec 5 2007
12 comments
690 views