Subject | RE: [firebird-support] Re: How split 2 lines in 2 fields? |
---|---|
Author | Alan McDonald |
Post date | 2004-11-12T11:02:41Z |
> I think that you mean "substr" funcions, but it is not work for myNo - it's reference is
> question.
>
> substr(s,m,n) returns the substring if you knows the start and end
> point, but the problem is that in a text, the line lengths are not
> constant. I need a function to find the CR character.
>
>
F_BLOBMID
It takes a blob, start and length as argumetns and returns a string of max
length 1024
Alan