RosettaCodeData/Task/Here-document/SQL-PL/here-document-2.sql
2023-07-01 13:44:08 -04:00

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;