if table2 has additional columns then you should list the columns from table2 to insert. when you select * you are pulling in all columns in the order they are in the table. for example:
table1 has fieldA char(15), fieldb char(10) and table2 has fielda char(15), fieldc char(20), fieldb char(10) then select * would try to put table2.fieldc in the table1.fieldb
clear as mud?




Reply With Quote


Bookmarks