Microsoft
Software
Hardware
Network
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
Silverlight Question on raising event by keyboard's Enter Key
sql query with case
Add WMI Query to Existing VBscript
Exchange/OWA - Administrator
Certificates for Windows 2008 RDS
Sharing contacts with Outlook BCM 2010
WinXP - Desktop folder appears at user login
Identify when you have reached the last record on a SQL Cursor
Windows 2003 RS2 don“t start
Script that finds newly created objects in AD. Need to email only if a change found.