in Sql by
What are the column comparisons operators?

1 Answer

0 votes
by
The = , <>, <=, <, >=, >,<<,>>, <=>, AND, OR, or LIKE operators are used in column comparisons in SELECT statements.
...