Subject | RE: [firebird-support] BLOB Filter |
---|---|
Author | Pierre Y. |
Post date | 2004-05-27T12:17:10Z |
> SELECT FILTER(MyBlobColumn, -2, 1)2 details :
> etc...
1) It would be nice to be consistent with SUBSTRING syntax
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...