Subject | Re: [firebird-support] Strange SIMILAR TO result |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2018-05-07T12:46:49Z |
07.05.2018 13:57, Gabor Boros mlnglsts@... [firebird-support] wrote:
--
WBR, SD.
> So I see what you say. But result ofPerhaps, it must be CHAR(4) or VARCHAR. I'm not sure in type of implicit cast result.
>
> SELECT CAST(''='' AS CHAR(5)) SIMILAR TO '[A-Z]{2}[0-9A-Z]{2,13}' FROM
> RDB$DATABASE;
>
> is
>
> =======
> <false>
--
WBR, SD.