| Subject | Re: [firebird-support] Safe way to Concatenate String |
|---|---|
| Author | t.s. |
| Post date | 2007-10-23T04:07:53Z |
> document_code = substring(a||b||c||d from 1 for 80);Very nice, i didn't know you could do that :)
> seems less 'clunky'?
Thanks,
t.s.
| Subject | Re: [firebird-support] Safe way to Concatenate String |
|---|---|
| Author | t.s. |
| Post date | 2007-10-23T04:07:53Z |
> document_code = substring(a||b||c||d from 1 for 80);Very nice, i didn't know you could do that :)
> seems less 'clunky'?