About 356,000 results
Open links in new tab
  1. SQL - Logical Operators - GeeksforGeeks

    Nov 12, 2025 · The OR operator combines multiple conditions in a SQL query and returns TRUE if at least one of the conditions is satisfied. It is ideal for situations where you want to retrieve …

  2. MySQL :: MySQL 8.4 Reference Manual :: 14.4.3 Logical Operators

    If the PIPES_AS_CONCAT SQL mode is enabled, || signifies the SQL-standard string concatenation operator (like CONCAT()). The ||, operator is a nonstandard extension, and is …

  3. Logical Operators (Transact-SQL) - SQL Server | Microsoft Learn

    Feb 28, 2023 · Logical Operators (Transact-SQL) Applies to: SQL Server Azure SQL Managed Instance Logical operators test for the truth of some condition. Logical operators, like …

  4. SQL Operators - Dataquest

    Dec 16, 2025 · Here's a quick reference guide to all of the different types of SQL operators, with examples that illustrate when and how to use them.

  5. SQL - Logical Operators - Online Tutorials Library

    The SQL OR operator is used to combine multiple conditions in a WHERE clause or a HAVING clause. It allows us to retrieve rows that meet at least one of the specified conditions.

  6. SQL Operators - W3Schools

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

  7. SQL Logical Operators | Basic SQL | ThoughtSpot

    This SQL tutorial covers logical operators like AND, OR, LIKE, and IN, which let you filter query results using multiple conditions at once.

  8. SQL Logical Operators (And, Or, Like, In, Between, Exists

    SQL Logical Operators (And, Or, Like, In, Between, Exists, Not, ALL, Any) Here we will learn what are the logical operators in SQL server and how to use logical operators in SQL select …

  9. | (Bitwise OR) (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · The bitwise | operator performs a bitwise logical OR between the two expressions, taking each corresponding bit for both expressions.

  10. SQL Operators (With Examples) - Programiz

    In this tutorial, you will learn about SQL operators with the help of examples.