File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,9 +135,9 @@ table tr td:nth-child(2) {
135
135
-----------|-----------|------|---------
136
136
Common functions | ✓ | Standard | [ Functions calls and SQL special forms documentation] ( scalar-expressions.html#function-calls-and-sql-special-forms )
137
137
Common operators | ✓ | Standard | [ Operators documentation] ( scalar-expressions.html#unary-and-binary-operations )
138
- ` IF ` /` CASE ` /` NULLIF ` | ✓ | Standard | [ Conditional expressions documentation] ( scalar-expressions.html#conditional-expressions-and-boolean-short-circuit-operations )
139
- ` COALESCE ` /` IFNULL ` | ✓ | Standard | [ Conditional expressions documentation] ( scalar-expressions.html#conditional-expressions-and-boolean-short-circuit-operations )
140
- ` AND ` /` OR ` | ✓ | Standard | [ Conditional expressions documentation] ( scalar-expressions.html#conditional-expressions-and-boolean-short-circuit-operations )
138
+ ` IF ` /` CASE ` /` NULLIF ` | ✓ | Standard | [ Conditional expressions documentation] ( scalar-expressions.html#conditional-expressions )
139
+ ` COALESCE ` /` IFNULL ` | ✓ | Standard | [ Conditional expressions documentation] ( scalar-expressions.html#conditional-expressions )
140
+ ` AND ` /` OR ` | ✓ | Standard | [ Conditional expressions documentation] ( scalar-expressions.html#conditional-expressions )
141
141
` LIKE ` /` ILIKE ` | ✓ | Standard | [ String pattern matching documentation] ( scalar-expressions.html#string-pattern-matching )
142
142
` SIMILAR TO ` | ✓ | Standard | [ SQL regexp pattern matching documentation] ( scalar-expressions.html#string-matching-using-sql-regular-expressions )
143
143
Matching using POSIX regular expressions | ✓ | Common Extension | [ POSIX regexp pattern matching documentation] ( scalar-expressions.html#string-matching-using-posix-regular-expressions )
You can’t perform that action at this time.
0 commit comments