Subject RE: [firebird-support] Concatenation String and Blob subtype 1
Author Alan McDonald
> Hello FireBird Support!
>
> How I can concate "varchar" and "blob subtype 1" to "Blob subtype 1"?
>
> Because this statement raises error "conversion error from string
> "BLOB""
>
> SELECT NAZOV||' - '||POZNAMKA FROM PREDAJ
>
>
> Thanks.
> --

You can't - unless you use a UDF (I think there is one for this - try
www.ibphoenix.com)
or you do on the client side.
Alan