5 lines
179 B
SQL
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;
|