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

6 lines
179 B
SQL

select 'This is the first line.' from sysibm.sysdummy1
union
select 'This is the second line.' from sysibm.sysdummy1
union
select 'This is the third line.' from sysibm.sysdummy1;