Link to home
Start Free TrialLog in
Avatar of NigelRocks
NigelRocks

asked on

Merging Table Structures

Experts,

I have Table A with fields 1,2,3,4 and Table B with 5,6,7,8.  I want to merge just the STRUCTURE of the tables so I'll have Table AB with fiels 1,2,3,4,5,6,7,8.  Is there an automatic way to do this (code, not manual)?
ASKER CERTIFIED SOLUTION
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of NigelRocks
NigelRocks

ASKER

Cool.  I don't get the WHERE clause, however.  1 does not equal 2.  How does this work.
with  the where condition that can not be true, you will not get any records returned. so, what you will get is just the structure of the tables..