<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: SQL Update Column Value</title><link>http://www.bing.com:80/search?q=SQL+Update+Column+Value</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>SQL Update Column Value</title><link>http://www.bing.com:80/search?q=SQL+Update+Column+Value</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 UPDATE statement is used to update or modify one or more records in a table. SET column1 = value1, column2 = value2, ... Note: Be careful when updating records in a table! Notice the WHERE clause in the UPDATE statement. The WHERE clause specifies which record (s) that should be updated.</description><pubDate>Mon, 24 Aug 2026 05:11: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. Without WHERE, all rows in the table are modified. UPDATE table_name SET column1 = value1, column2 = value2,... WHERE condition; table_name: Name of the table you want to update.</description><pubDate>Sun, 23 Aug 2026 04:08:00 GMT</pubDate></item><item><title>SQL UPDATE Examples - SQL Server Tips</title><link>https://www.mssqltips.com/sqlservertip/7367/sql-update-examples/</link><description>In this article, we look at how to use the SQL UPDATE statement along with several examples and a way to not accidentally update the wrong data.</description><pubDate>Sun, 23 Aug 2026 23:06:00 GMT</pubDate></item><item><title>How to Update a Column in a Table in SQL Server</title><link>https://www.geeksforgeeks.org/sql-server/how-to-update-a-column-in-a-table-in-sql-server/</link><description>In SQL Server, the UPDATE statement is the tool that allows the changing of the existing records in a table: Explanation: UPDATE table_name: Specifies the name of the table that you want to update. SET column1 = value1, column2 = value2, ...: Assigns new values to the specified columns.</description><pubDate>Thu, 20 Aug 2026 16:43: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>If the UPDATE statement could change more than one row while updating both the clustering key and one or more text, ntext, or image columns, the partial update to these columns is executed as a full replacement of the values.</description><pubDate>Sun, 23 Aug 2026 22:09:00 GMT</pubDate></item><item><title>SQL UPDATE Statement</title><link>https://www.sqltutorial.org/sql-update/</link><description>Summary: in this tutorial, you will learn how to use the SQL UPDATE statement to modify one or more rows in a table. In SQL, you use the UPDATE statement to modify data of one or more rows in a table. Here’s the syntax of using the UPDATE statement: column1 = value1, column2 = value2.</description><pubDate>Sun, 23 Aug 2026 09:30:00 GMT</pubDate></item><item><title>MySQL UPDATE Statement - W3Schools</title><link>https://www.w3schools.com/mysql/mysql_update.asp</link><description>The UPDATE statement is used to update or modify one or more records in a table. SET column1 = value1, column2 = value2, ... Note: Be careful when updating records in a table! Notice the WHERE clause in the UPDATE statement. The WHERE clause specifies which record (s) that should be updated.</description><pubDate>Fri, 21 Aug 2026 16:20:00 GMT</pubDate></item><item><title>sql - Update a specific column with a specific value - Stack Overflow</title><link>https://stackoverflow.com/questions/58219999/update-a-specific-column-with-a-specific-value</link><description>Double quotes in SQL are generally reserved for database objects, such as table and column names (sometimes called identifiers). Your current update is attempting to assign the password column to a column named newPassword.</description><pubDate>Mon, 24 Aug 2026 00:25:00 GMT</pubDate></item><item><title>SQL UPDATE SET one column to be equal to a value in a related table ...</title><link>https://stackoverflow.com/questions/707371/sql-update-set-one-column-to-be-equal-to-a-value-in-a-related-table-referenced-b</link><description>This prevents the UPDATE from trampling over rows where there is no match (usually nulling all the values). In this case, since a missing question ID would change the NULL to NULL, it arguably doesn't matter.</description><pubDate>Sun, 23 Aug 2026 11:17: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></channel></rss>