Subject CR/LF in SQL
Author Christian Gütter
Hi,

I would like to do the following Delphi code sample in SQL:

NameAll := Name1 + #13#10 + Name2;

I guess that in SQL it must be something like:

NameAll = Name1 || ??? || Name2

My problem is that I do not know how CR/LF is represented in
SQL.


Thanks in advance,


Christian