laserlight;10892272 wrote:Why are they exactly the same, and what exactly do you mean by "exactly the same"?
No, it does not make sense to have tables that are "exactly the same" in the same database.
Ok,
I have 2 tables... same amount/name of columns, eg;
Table 1
agent_id, company_id, address, city, etc, etc
Table 2
agent_id, company_id, address, city, etc, etc
Why are they exactly the same?
Table 1 is populated via an external feed and only updates what it needs to.
Table 2 is populated via FTP/CSV where I have it truncate before updating.
And of course there are a few more reasons, but I do not need to go into detail.
I just want to merge both tables together, acting like one. eg:
When I do a SELECT *, I need to grab all the data from Table 1 and Table 2.
Did that help? :queasy: