RosettaCodeData/Task/Here-document/SQL-PL/here-document-2.sql

4 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;