mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Correction.
This commit is contained in:
parent
1108c5d7c6
commit
a44eede5c4
@ -154,8 +154,8 @@ Matches a character identical to one of <character enumeration>:
|
||||
|
||||
Matches a character not identical to one of <character enumeration>:
|
||||
<left bracket> <circumflex> <character enumeration>... <right bracket>
|
||||
'b' SIMILAR TO '[abc]' -- false
|
||||
'd' SIMILAR TO '[abc]' -- true
|
||||
'b' SIMILAR TO '[^abc]' -- false
|
||||
'd' SIMILAR TO '[^abc]' -- true
|
||||
|
||||
Matches a character identical to one of <character enumeration include> but not identical to one
|
||||
of <character enumeration exclude>:
|
||||
|
Loading…
Reference in New Issue
Block a user