Subject RE: [firebird-support] How split 2 lines in 2 fields?
Author Alan McDonald
> I have a blob field, this field is always lines of text. Each line
> has a CR character in the end.
>
> I need to build a view to show the first 3 lines in 3 different
> fields.
> I do not want to create a new UDF function, just to use SP language
> or to use the standard UDF libraries. Is it possible?
>
> Please, any help well be welcome.
>

there is a standard UDF which returns a substr of a blob
Alan