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

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