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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

help on summing data

Roy4321Apr 28 2010 — edited Apr 28 2010
I have below two tables:
         
         Table A
          col1 col2
          1     10
          1     10
          1     10
          
          Table b
          Col1 col2
          1    20
        
          Desired output:
          a.col1 sum(a.col2),sum(b.col2) 
          1     30          20
Please help..

Edited by: roymathew432@yahoo.com on Apr 28, 2010 12:37 AM

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 26 2010
Added on Apr 28 2010
9 comments
1,204 views