You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct documentation: closing curly brace ( "}" ) need to be added to the list of special characters in SIMILAR TO (because it also need to be escaped). [DOC118] #124
<special character> ::= any of the characters []()|^-+*%_?{
Here we can see that list finished with opening curly brace. But *closing* "}" also need to be escaped.
Sample:
C:\MIX\firebird\OLTPTEST>isql /3333:"C:\MIX\firebird\OLTPTEST\OLTP30{smaLL}.FDB"
Database: /3333:C:\MIX\firebird\OLTPTEST\OLTP30{smaLL}.FDB, User: SYSDBA
SQL> set list on;
SQL> select mon$database_name from mon$database;