Subject RE: [firebird-support] Joining two string fields
Author Alan McDonald
> Hi
>
> I want to return StringA || StringB. I can do this fine but would like
> a cr between the two strings so they begin on different lines (when
> printed). How do I do this?
>
> --
> Rob Martin

SELECT STRINGA||f_crlf()||STRINGB FROM TABLE

Alan