1
0
Fork 0

fix typo in docs

This commit is contained in:
jsteemann 2019-01-17 19:47:30 +01:00
parent 0b996cc55e
commit 724a004dcb
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ otherwise.
The comparison operators accept any data types for the first and second operands.
However, *IN* and *NOT IN* will only return a meaningful result if their right-hand
operand is a string, and *LIKE* will only execute if both operands are string values.
operand is an array, and *LIKE* will only execute if both operands are string values.
The comparison operators will not perform any implicit type casts if the compared
operands have different or non-sensible types.