Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transfering rows from temp to perm
Message
From
19/08/2002 11:02:04
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Transfering rows from temp to perm
Miscellaneous
Thread ID:
00691046
Message ID:
00691046
Views:
46
Hello Group

They want me to transfer the rows from the temporary table cisstudemo to the permanent table studemo. Is this the best SQL statement for that. I am having problems with the constraints on the ident field and others.

INSERT INTO studemo
SELECT * FROM cisstudemo
WHERE ident not in (SELECT ident FROM studemo)

Thanks
Jim
Next
Reply
Map
View

Click here to load this message in the networking platform