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

What are the disadvantages of indexes?

1159


How to enter comments in transact-sql statements?

989


What is self contained scalar sub query?

1018


Explain the various types of concurrency problem. I.e. Lost or buried updates, uncommitted dependency, inconsistent analysis, phantom read?

998


What is a non-clustered index?

1046


what are database files and filegroups? : Sql server database administration

1000


System variable and temporary variables

2302


How to execute multiple stored procedures at one time in sql server?

1067


What are the advantages of having an index on the sql server?

977


Delete duplicate rows without using rowid.

1588


Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?

1032


What are the triggers in sql?

1170


Do you know how to store and query spatial data?

1089


What is multi-statement table-value user-defined function?

1055


What according to you is the difference between mysql and sql server performance?

1146