posted 20 years ago
Let me try to describe my situation. I have two tables, I'll call them src and dest, and I'd like to take some data from the src table and insert it into the dest table. For every row in the src table, I need to create a new row in the dest table (by an INSERT statement, I presume) and copy all of the data from that table to this table. I'd like to do something like this:
Obviously, that doesn't work, but hopefully it gives you an idea of what I'm trying to accomplish. Unfortunately, I'm not very fluent in SQL and I just don't know how to construct a statement to accomplish this.
Any suggestions are greatly appreciated.
Thanks,
Corey