Subject | RE: [firebird-support] BLOB Filter |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2004-05-28T12:05:35Z |
On 27 May 2004 at 14:17, Pierre Y. wrote:
SY, Dimitry Sibiryakov.
>1) It would be nice to be consistent with SUBSTRING syntaxTalking about syntax, why not just CAST(MyBlob AS BLOB SUB_TYPE 1)?
>2) Blobs already have a sub_type defined a declaration time. So "-2"
>is not required.
>
>So it could be :
>
>SELECT FILTER(MyBlob TO SUB_TYPE 1) FROM MyTable...
SY, Dimitry Sibiryakov.