|
-
Update 2 tables in a single update query
hi friends,
how do i update two tables column in a single query?
i can update single table columns from multiple tables conditions,
eg: update table1 set table1.field1,table1.field2 from table2,table3
where table1.field1=table2.field1 and table2.field1=table3.field1
now
i want to update columns of different tables table1.field1 and table2.field2
how do i update two tables columns in a single query.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks