4 lines
137 B
MySQL
4 lines
137 B
MySQL
|
|
select 'This is the first line.' || chr(10) ||
|
||
|
|
'This is the second line.' || chr(10) ||
|
||
|
|
'This is the third line.' from sysibm.sysdummy1;
|