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