A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/en/sql-reference/operators-comparison below:

Comparison operators | Snowflake Documentation

Reference SQL command reference Query operators Comparison Comparison operatorsΒΆ

Comparison operators are used to test the equality of two input expressions. They are typically used in the WHERE clause of a query.

Operator

Syntax

Description

=

a = b

a is equal to b.

!=

a != b

a is not equal to b.

<>

a <> b

a is not equal to b.

>

a > b

a is greater than b.

>=

a >= b

a is greater than or equal to b.

<

a < b

a is less than b.

<=

a <= b

a is less than or equal to b.

Related content

  1. Numeric data types
  2. String & binary data types
  3. Conditional expression functions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4