8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Fixed SIMILAR TO syntax

This commit is contained in:
hvlad 2010-09-24 14:55:45 +00:00
parent 98a2c6822d
commit 1ea9da3073

View File

@ -4993,7 +4993,7 @@ ternary_pattern_predicate
ternary_pattern_operator
: LIKE { $$ = blr_like; }
| SIMILAR { $$ = blr_similar; }
| SIMILAR TO { $$ = blr_similar; }
;
escape_opt