Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print command in DB2

Status
Not open for further replies.

dataforums

Programmer
Joined
May 3, 2005
Messages
25
Location
US
I am completely new to DB2. Can anyone plz tell me the command in DB2 to print a string? And also any refernce to DB2 books would be great!!!

Thanks in advance!
 
values(String)
e.g. values (current timestamp) returns the system timestamp,
values('my little teddybear') will print
my little teddybear
on the command line.

I am not sure what you need, but the SQL Cookbook might be the best start on Linux/Unix/Windows:



Juliane
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top