PROKA Posted May 24, 2005 Posted May 24, 2005 I have a Table, named Table1 with the fields : IDRes int Active varchar(1) and a second table, Table2 with the field IdRes int I want to insert into the 2nd table all the rows from table one where Active='N' (must be the same IdRes) Quote Development & Research Department @ Elven Soft
michael_hk Posted May 25, 2005 Posted May 25, 2005 Take a look at the following entry SQL Server BOL -> INSERT...SELECT Quote There is no spoon. <<The Matrix>>
PROKA Posted May 25, 2005 Author Posted May 25, 2005 (edited) Ok, thanks, I got it Edited May 25, 2005 by PROKA Quote Development & Research Department @ Elven Soft
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.