Question : Print constant string as Select Output

Hi All,

I want to print Constant strings as 'Isha','Lisa','Mike'  as select output.
Like
select Isha,Lisa,Mike from sysibm.sysdummy1;   <-- I dont know what table to give here.
Output shold be
Output==> Isha Lisa Mike
Doed anyone know how to do this.

Answer : Print constant string as Select Output

just
select 'Lisa Mike'
from sysibm.sysdummy1
Random Solutions  
 
programming4us programming4us