Hello, can anyone help me with line breaks within a mysql query?
The code looks like this:
CONCAT('Origem -> ',vEnderecoOrigem,' \r\nDestino ->',vEnderecoDestino)
The result:
Origem -> Rua Exemplo Origem Destino -> Rua Exemplo Destino
Expected result:
Origem -> Rua Exemplo Origem
Destino -> Rua Exemplo Destino
I've tried CHAR(10),(13),\n
and I can not get the expected result. Is it possible to do this?
and .xls , the name is FPDF .