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 / meenaprasanna

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

Is This Answer Correct ?    14 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know data definition language, data control language and data manipulation language?

1086


hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.

2110


How do we synchronize On-Premise SQL server with SQL Azure?

124


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

1048


How to set the current database in ms sql server?

1139


What are the different sql server versions?

1032


Mention the differences between substr and charindex in sql server.

1111


How to loop through result set objects using mssql_fetch_array()?

1130


What is the difference between a function and a stored procedure?

1119


Can group functions be mixed with non-group selection fields in ms sql server?

994


What happens to a statement batch if there is a compilation error?

1009


Explain concepts of analysis services?

1012


Explain can you implement data mining in ssrs?

161


What is a trigger? Why we need it?

1053


What are the differences between clustered and non-clustered index?

1074