Join Date: February 2009
Location: India ( chennai )
Posts: 9
select query
how to use select * into to transfer data from mone table into another table
benaya
Posted on Feb 9, 2009
Join Date: June 2007
Location: India ( Chennai )
Posts: 90
RE : select query
Hi, You can use "select into" statement which will use to backups tables into another tables. select the data from one table and insert into another table.