SQL Server 2000General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I am wanting to write an update query that does the following:
Col_A Col_B Col_C Col_D Col_E
58573 4703258 HO 58575 CROSS LEASE
58574 4703258 HO 58575 CROSS LEASE
58575 4703258 SU CRS
I need to update Col_D with Col_A. So where Col_C = HO and Col_E = CROSS LEASE Col_D needs to be updated with Col_A. In this case Col_D needs to have 58575 where Col_C = HO