Forum: MySQL Jun 24th, 2009 |
| Replies: 6 Views: 866 From what I can understand of that yes that is correct. So basically it just joins the columns of the two tables so there is one big table with lots of columns then the new data joins with the... |
Forum: MySQL Jun 24th, 2009 |
| Replies: 6 Views: 866 When combining tables to make one big table, you need to have a common column to pair with which in your case appears to be the column named "code". A tutorial can be found at... |