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

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

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is named calculation? : sql server analysis services, ssas

1023


What is SubQuery in SQL Server 2008

1070


What are the restrictions that views have to follow?

1029


What are the database roles? : sql server security

1277


What is the default schema of your login session in ms sql server?

1092


Describe in brief sql server monitoring ways.

1098


What is openxml in sql server?

1219


What do you mean by subquery?

1145


Please explain go command in sql server?

1112


what types of replication are supported in sql server? : Sql server database administration

1129


Explain error handling in ssis?

1070


Is it important for a database administrator to understand the operating system and file access?

1041


What are system databases in ms sql server?

1124


What is format parameter in ssrs?

150


What are the tool windows in sql server management studio? : sql server management studio

1121