Sql Server 2000 Query
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
Syntax to rename a database
what is difference between DELETE and TRUNCATE commands
How to use ISNULL in SQL
Query to get column character length order by length
Syntax of While Statement in SQL Query
How many kind of User Defined Functions can be created in Sql Server2000
Home
>>
Dababase Interview Questions
>>
Sql Server 2000 Query
Update data in two table using join
Posted on June 19th , 2009 by Admin
update table1 set table1.column=table2.column from table1 join table2 on table1.column=table2.column
Site Search