I would like to select everything from one column in one table to another column in another table. Normally I would just do "SELECT INTO" except this time, the column header names are different. One table calls it userName & the other calls it userID.
How do I SELECT INTO as something else?
How do I SELECT INTO as something else?