IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

CLP-Query in DB2


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Schlesin Sam

New User


Joined: 07 May 2007
Posts: 6
Location: kerala

PostPosted: Mon Nov 03, 2008 4:50 pm
Reply with quote

Hi

Please help me to answer the below query which is issued in CLP .

CREATE TABLE tab4 (c1 CHAR(4),c2(INTEGER)
INSERT INTO tab4 VALUES('123',345)
UPDATE tab4 SET (c1,c2) =('NULL' 0)
What will be the result if issued in Command line processor ?
SELECT * from tab4 .

Thanks
Schlesin
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Nov 03, 2008 5:16 pm
Reply with quote

why in &HEAVEN don' t You test it and tell us icon_evil.gif

if You do not have mainframe access search the net for
DB2 EXPRESS

I did it for You
www-01.ibm.com/software/data/db2/express/
install it and You will be able to run all the test and satisfy Your curiosity
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top