I'm trying to pull data from one table and inserting it into another table all within the same db. I am going to delete the first table so not to worry about data dublication. I've tried SELECT INTO... and
INSERT INTO... VALUES(SELECT...) but neither of those seem to work.
If any of you have any clues I'd really appreciate it.
Thanks,
Hopper
INSERT INTO... VALUES(SELECT...) but neither of those seem to work.
If any of you have any clues I'd really appreciate it.
Thanks,
Hopper