identical structure)?
RegardsYou mean into a new table? if so you can use select * into newtable from
oldtable (input your where statement)
To input into an existing table
insert into table1 select * from table2 (insert where statement)
HTH
Ray Higdon MCSE, MCDBA, CCNA
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
No comments:
Post a Comment