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

6 lines
179 B
MySQL
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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;