Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Please give me the SP for the below scenario. I have two
tables named Table1 and Table2...I need to fetch record by
record from Table1 and insert the record in to table2 where
the value in the sno column of the table1 is even number.

Answer Posted / rajesh.a

insert into table2(Column1,Column2) select Column1,Column2
from Table1 where Column1%2 = 0

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain microsoft sql server functions?

1177


can an order by clause be used in a creation of a view?

1237


What types of replication are supported in sql server?

1111


how many layers of tcp/ip protocol combined of? : Sql server database administration

1048


What is a heap?

1083


List out the difference between union and union all in sql server?

1037


how many clustered indexes can be created on a table? : Sql server database administration

1222


What is data compression?

1064


How do you delete a data source?

1048


What is the use of group by clause?

990


What is database replication? What are the different types of replication you can set up in sql server?

1017


What is sqlcmd?

1134


What are the advantages of using cte?

1073


What is the maximum size of a dimension? : sql server analysis services, ssas

1085


What is awe?

1078