mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Fixed SIMILAR TO syntax
This commit is contained in:
parent
98a2c6822d
commit
1ea9da3073
@ -4992,8 +4992,8 @@ ternary_pattern_predicate
|
||||
;
|
||||
|
||||
ternary_pattern_operator
|
||||
: LIKE { $$ = blr_like; }
|
||||
| SIMILAR { $$ = blr_similar; }
|
||||
: LIKE { $$ = blr_like; }
|
||||
| SIMILAR TO { $$ = blr_similar; }
|
||||
;
|
||||
|
||||
escape_opt
|
||||
|
Loading…
Reference in New Issue
Block a user