About 7,060 results
Open links in new tab
  1. SQL SET - W3Schools

    The SET command is used with UPDATE to specify which columns and values that should be updated in a table. The following SQL …

  2. SET Statements (Transact-SQL) - SQL Server | Microsoft Learn

    Jul 20, 2026 · The Transact-SQL programming language provides several SET statements that change the current session handling …

  3. SQL 'SET' Statement: A Detailed Guide - Reintech

    Sep 25, 2023 · Learn how to use the SQL 'SET' command to assign values to different variables and columns in this detailed guide. …

  4. SQL SET - W3Schools

    The SET command is used with UPDATE to specify which columns and values that should be updated in a table. The following SQL …

  5. SET vs SELECT in SQL - GeeksforGeeks

    Jul 23, 2025 · In SQL, the two most important statements for assigning variables are SET and SELECT. SET is used to assign single …

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

    Mar 19, 2026 · This SQL Cheat Sheet is your quick-reference guide for working with relational databases. It helps you recall key …

  7. SET @local_variable (Transact-SQL) - SQL Server | Microsoft Learn

    2 days ago · The SET statement that assigns a value to the variable returns a single value. When you initialize multiple variables, …

  8. Set Operators in SQL: UNION, INTERSECT, and EXCEPT

    Jun 2, 2026 · Learn how SQL set operators work: UNION, UNION ALL, INTERSECT, and EXCEPT. Covers syntax rules, practical …

  9. sql - SET versus SELECT when assigning variables? - Stack Overflow

    Oct 15, 2010 · SET: When you want to assign a single value to a variable and your variable is for a single value. SELECT: When you …

  10. SQL UPDATE Examples

    Aug 29, 2022 · In this article, we look at how to use the SQL UPDATE statement along with several examples and a way to not …