<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Multiple Update in One Query</title><link>http://www.bing.com:80/search?q=Multiple+Update+in+One+Query</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Multiple Update in One Query</title><link>http://www.bing.com:80/search?q=Multiple+Update+in+One+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 - Multiple Updates in MySQL - Stack Overflow</title><link>https://stackoverflow.com/questions/3432/multiple-updates-in-mysql</link><description>I know that you can insert multiple rows at once, is there a way to update multiple rows at once (as in, in one query) in MySQL? Edit: For example I have the following Name id Col1 Col2 Row1 ...</description><pubDate>Sun, 05 Apr 2026 02:36:00 GMT</pubDate></item><item><title>Update Multiple Rows With Different Values With Single Query</title><link>https://www.baeldung.com/sql/update-multiple-rows-different-values-same-query</link><description>In a real-world example, we may be working on a query requiring different values for many different cases. Using multiple queries in this scenario would be inefficient and require a lot of repetition. 3. Using a Single Query Now, we understand the potential drawbacks of using multiple UPDATE statements in the scenario.</description><pubDate>Thu, 02 Apr 2026 04:13:00 GMT</pubDate></item><item><title>db.collection.updateOne() (mongosh method) - Database Manual - MongoDB Docs</title><link>https://www.mongodb.com/docs/manual/reference/method/db.collection.updateone/</link><description>Using the aggregation pipeline allows for a more expressive update statement, such as expressing conditional updates based on current field values or updating one field using the value of another field (s). Example 1 The following examples uses the aggregation pipeline to modify a field using the values of the other fields in the document.</description><pubDate>Fri, 03 Apr 2026 18:23:00 GMT</pubDate></item><item><title>How to Update Multiple Columns in Single Update Statement in SQL?</title><link>https://www.geeksforgeeks.org/sql/how-to-update-multiple-columns-in-single-update-statement-in-sql/</link><description>Rather than executing separate update statements for each column, SQL provides a way to update multiple columns at once in a single query. In this article, we will explain the syntax and examples of updating multiple columns in a single UPDATE statement.</description><pubDate>Sat, 04 Apr 2026 20:17:00 GMT</pubDate></item><item><title>MySQL 8: How to update multiple tables in a single query</title><link>https://www.slingacademy.com/article/mysql-8-how-to-update-multiple-tables-in-a-single-query/</link><description>Updating multiple tables utilizing a single query in MySQL 8 combines efficiency with relational database integrity. This guide covered how to perform multi-table updates using JOIN clauses, explored relational scenarios, and emphasized the importance of transactions.</description><pubDate>Thu, 02 Apr 2026 20:19:00 GMT</pubDate></item><item><title>How to Update Multiple Rows in PostgreSQL? - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/postgresql/how-to-update-multiple-rows-in-postgresql/</link><description>In PostgreSQL, the UPDATE statement is a powerful tool used to modify existing records within a table. It allows you to make precise changes to specific columns of one or more rows based on specified conditions. By carefully crafting UPDATE statements, you can efficiently update data, ensuring that your database remains accurate and up-to-date.</description><pubDate>Sun, 05 Apr 2026 20:08: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. Example: First, we will create a demo SQL database and table, on which we will use the UPDATE Statement command. Query: UPDATE Employees SET Salary = 65000 WHERE Name ...</description><pubDate>Sat, 04 Apr 2026 06:19:00 GMT</pubDate></item><item><title>Multiple UPDATEs in one Access SQL query - Stack Overflow</title><link>https://stackoverflow.com/questions/12582002/multiple-updates-in-one-access-sql-query</link><description>UPDATE table1 SET col1 = 'foo', col2 = 'bar'; UPDATE table2 SET hi = 'bye', bye = 'hi'; But when I go to save, Access errors with: Characters found after end of SQL statement After some searching, it would appear this is because Access can only do one query at a time. How can I do this?</description><pubDate>Sat, 04 Apr 2026 19:48:00 GMT</pubDate></item><item><title>MySQL update multiple records in a single query?</title><link>https://www.tutorialspoint.com/article/mysql-update-multiple-records-in-a-single-query</link><description>Let us first create a table − Insert some records in the table using insert command − Display all records from the table using select statement − This will produce the following output − Here is the query to update multiple records − Let us check</description><pubDate>Sun, 05 Apr 2026 02:57: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>UPDATE (Transact-SQL) WITH &lt;common_table_expression&gt; Specifies the temporary named result set or view, also known as common table expression (CTE), defined within the scope of the UPDATE statement. The CTE result set is derived from a simple query and is referenced by UPDATE statement. Common table expressions can also be used with the SELECT, INSERT, DELETE, and CREATE VIEW statements. For ...</description><pubDate>Sat, 04 Apr 2026 18:15:00 GMT</pubDate></item></channel></rss>