johnaregan
Programmer
- Mar 13, 2001
- 87
Hello
I want to insert rows selected from the same table using the INSERT INTO... SELECT... statement. The only difference is one column containing the user name, so I need to replace the user name with a new one that i specify. Can this be done without creating a temporary table?
Thanks in advance for any suggestions
John
I want to insert rows selected from the same table using the INSERT INTO... SELECT... statement. The only difference is one column containing the user name, so I need to replace the user name with a new one that i specify. Can this be done without creating a temporary table?
Thanks in advance for any suggestions
John