2-6 of 42,800 results
Open links in new tab
  1. PostgreSQL - The UPDATE Statement

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, Python, Bootstrap, Java and XML.

  2. UPDATE (Transact-SQL) - SQL Server | Microsoft Learn

    UPDATE (Transact-SQL) WITH <common_table_expression> Specifies the temporary named result set or view, also known as common table expression (CTE), defined within the scope of the UPDATE …

  3. SQL Cheat Sheet ( Basic to Advanced) - GeeksforGeeks

    Jul 23, 2025 · It includes fundamental SQL commands like CREATE DATABASE and DROP DATABASE, data manipulation commands such as INSERT INTO and UPDATE, as well as querying …

  4. UPDATE | Snowflake Documentation

    Reference SQL command reference General DML UPDATE UPDATE Updates specified rows in the target table with new values. Syntax

  5. CASE (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · For example, you can use CASE in statements such as SELECT, UPDATE, DELETE and SET, and in clauses such as <select_list>, IN, WHERE, ORDER BY, and HAVING. Transact …