If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Add/Subtract 2 Tables

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-19-07, 03:31
paloyme paloyme is offline
Registered User
 
Join Date: May 2007
Posts: 7
Add/Subtract 2 Tables

I want to know if mysql can merge two tables in a way that one certain column of both tables subtract each other. One table performs a mathematical add operation on the data in its certain column, while it performs a mathematical subtract operation of the certain column from the other table. At the end, it will output an answer for the total of the operation.

I want to use this on my accounting table wherein the CREDIT table is subtracted by the DEBIT table, but i want all the entries to be presented, like Description of Credit, Description of Debit, date, amount, Credit_Transaction_ID, and Debit_Transaction_ID....

Thanks

Last edited by paloyme; 05-21-07 at 00:58.
Reply With Quote
  #2 (permalink)  
Old 05-19-07, 06:12
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
sounds feasible
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 05-21-07, 00:50
paloyme paloyme is offline
Registered User
 
Join Date: May 2007
Posts: 7
you have any idea on how to achieve this?
Reply With Quote
  #4 (permalink)  
Old 05-21-07, 01:36
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
sure -- start by showing us your JOIN and i can take it from there
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On