About 152,000 results
Open links in new tab
  1. Assignment Operator in SQL Server - Dot Net Tutorials

    The assignment operator (=) in SQL Server is used to assign the values to a variable. The equal sign (=) is the only Transact-SQL assignment operator. In the following example, we create …

  2. = (Assignment Operator) (Transact-SQL) - SQL Server | Microsoft …

    Nov 22, 2024 · The equal sign (=) is the only Transact-SQL assignment operator. In the following example, the @MyCounter variable is created, and then the assignment operator sets …

  3. SQL Operators - W3Schools

    SQL Bitwise Operators. Operator Description & Bitwise AND | Bitwise OR ^ Bitwise exclusive OR: SQL Comparison Operators. Operator Description Example = Equal to: Try it > Greater than: …

  4. SQL Operators - GeeksforGeeks

    Apr 7, 2025 · In this guide, we’ll explain the different types of SQL operators, including arithmetic operators, comparison operators, logical operators, bitwise operators, and more. We’ll provide …

  5. MySQL :: MySQL 8.4 Reference Manual :: 14.4.4 Assignment Operators

    Within a SET statement, = is treated as an assignment operator that causes the user variable on the left hand side of the operator to take on the value to its right. (In other words, when used in …

  6. 12.4.4 Assignment Operators - Oracle

    This operator is used to perform value assignments in two cases, described in the next two paragraphs. Within a SET statement, = is treated as an assignment operator that causes the …

  7. sql server - What does "+=" mean in T-SQL - Stack Overflow

    Aug 16, 2012 · += (String Concatenation Assignment) : Concatenates two strings and sets the string to the result of the operation. For example, if a variable @x equals 'Adventure', then @x …

  8. SQL Operators: A Complete Guide (With Examples) - The …

    Apr 8, 2025 · These operators include arithmetic, comparison, logical, bitwise, unary, assignment, membership, NULL-safe equality, and concatenation operators, each serving specific …

  9. How to use Assignment Operator in SQL Server - TechBrothersIT

    This T-SQL guide offers a concise yet comprehensive overview of the assignment operator's versatility in various SQL scenarios. It provides clear examples, making complex concepts …

  10. SQL Assignment operator - completecsharptutorial.com

    What is Assignment operator? That operator which is used to assign any values to a variable is called assignment operator. In this chapter, you will know about the types of assignment …

  11. Some results have been removed