<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: SQL Update Query</title><link>http://www.bing.com:80/search?q=SQL+Update+Query</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>SQL Update Query</title><link>http://www.bing.com:80/search?q=SQL+Update+Query</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>SQL UPDATE Statement - W3Schools</title><link>https://www.w3schools.com/SQL/sql_update.asp</link><description>The SQL UPDATE Statement The UPDATE statement is used to update or modify one or more records in a table. UPDATE Syntax UPDATE table_name SET column1 = value1, column2 = value2, ... WHERE condition; Note: Be careful when updating records in a table! Notice the WHERE clause in the UPDATE statement.</description><pubDate>Wed, 26 Aug 2026 09:12:00 GMT</pubDate></item><item><title>SQL UPDATE - W3Schools</title><link>https://www.w3schools.com/mySQl/sql_ref_update.asp</link><description>The UPDATE command is used to update existing rows in a table. The following SQL statement updates the first customer (CustomerID = 1) with a new contact person and a new city.</description><pubDate>Tue, 25 Aug 2026 23:39:00 GMT</pubDate></item><item><title>SQL UPDATE Examples</title><link>https://www.mssqltips.com/sqlservertip/7367/sql-update-examples/</link><description>This SQL tutorial provides examples of SQL UPDATE queries, shares tips on showing the before and after results, and recommends a best practice technique when doing ad hoc updates in a production environment.</description><pubDate>Wed, 26 Aug 2026 10:02:00 GMT</pubDate></item><item><title>SQL UPDATE Statement - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/sql/sql-update-statement/</link><description>The SQL UPDATE statement is used to modify existing data in a table by changing the values of one or more columns. The WHERE clause specifies which rows should be updated.</description><pubDate>Tue, 25 Aug 2026 23:46:00 GMT</pubDate></item><item><title>SQL UPDATE Statement</title><link>https://www.sqltutorial.org/sql-update/</link><description>In this tutorial, you will learn how to use the SQL UPDATE statement to modify one or more rows in a table.</description><pubDate>Tue, 25 Aug 2026 15:11:00 GMT</pubDate></item><item><title>UPDATE (Transact-SQL) - SQL Server | Microsoft Learn</title><link>https://learn.microsoft.com/en-us/sql/t-sql/queries/update-transact-sql?view=sql-server-ver17</link><description>Examples in this section demonstrate how to use table and query hints to temporarily override the default behavior of the query optimizer when processing the UPDATE statement.</description><pubDate>Mon, 24 Aug 2026 17:42:00 GMT</pubDate></item><item><title>SQL UPDATE (With Examples) - Programiz</title><link>https://www.programiz.com/sql/update</link><description>In SQL, the UPDATE statement is used to modify existing records in a database table. In this tutorial, we'll learn about the UPDATE Statement in SQL with examples.</description><pubDate>Thu, 20 Aug 2026 01:41:00 GMT</pubDate></item><item><title>SQL UPDATE Statement - W3Schools</title><link>https://w3schools.dev/sql/sql_update.asp</link><description>UPDATE Table The following SQL statement updates the first customer (CustomerID = 1) with a new contact person and a new city.</description><pubDate>Fri, 07 Aug 2026 21:59:00 GMT</pubDate></item><item><title>SQL UPDATE Statement - Online Tutorials Library</title><link>https://www.tutorialspoint.com/sql/sql-update-query.htm</link><description>The UPDATE statement in SQL is used to modify existing records in a table. You can update one or more columns for one or more rows based on a condition (using the WHERE clause).</description><pubDate>Wed, 26 Aug 2026 06:27:00 GMT</pubDate></item><item><title>sql - UPDATE from a SELECT - Stack Overflow</title><link>https://stackoverflow.com/questions/2334712/update-from-a-select</link><description>If you are using SQL Server you can update one table from another without specifying a join and simply link the two from the where clause. This makes a much simpler SQL query:</description><pubDate>Tue, 25 Aug 2026 21:52:00 GMT</pubDate></item></channel></rss>