PDA

View Full Version : Move column from 1 table to another


plcguru
01-23-2005, 11:40 PM
Hi,

newbie question :ermm:

I need to move the entire 'country' column from the user table to the userfield table. The userid column is in each so I guess that's how they can match.

Is this done with a join? What's the query?

Thanks!

Dean C
01-24-2005, 09:52 AM
Hm you can't do with one query AFAIK.

sabret00the
01-24-2005, 09:59 AM
best bet would be to make the column in the userfield table and then make a script that will do em quickly although intensively and then just drop the original column.