Comparison

Comparison

Name

Description

<

Less than

<=

Less than or equal to

>

Greater than

>=

Greater than or equal to

=

Equal to

<>

Not equal to

Like

Compares two strings. The string to be compared with must contain wildcards:

  • ? matches any single character.

  • * matches any number of adjacent characters.