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

Vaule in select Sql query


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

New User


Joined: 02 Jun 2006
Posts: 7

PostPosted: Thu Sep 07, 2006 3:26 pm
Reply with quote

Daer sir,

I got requirement

Select e.envir_nm
,e.status
,e.version
,e.ent_id
,value(e2.envir_nm,??)
,value(e2.status,??)
,value(e2.version,??)
,value(e2.ent_id,0)
,value(e2.envir_ds,??)
From dbxrel30.amx_sys_envir e
Dbxrel30.amx_sys_envir e2

what does value mean in select statement and what it will retrive

Please let me know whether it is correct or not

Thanks in advance

regards,
Vijay
Back to top
View user's profile Send private message
Prasanthhere

Active User


Joined: 03 Aug 2005
Posts: 306

PostPosted: Thu Sep 07, 2006 3:37 pm
Reply with quote

Value is similar to COALESCE which is used in a Sql query .Value returns the first aurgument which is not null

U can get more information in the following link

publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=/com.ibm.db2.doc.sqlref/bjnrmstr316.htm

Thanks
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Thu Sep 07, 2006 3:42 pm
Reply with quote

Hi Vijay,

It is corect the verb value replace null value with specified values
I.g

Null value in coloumn envir_nmwill replaced by space &
Null value in e2.ent_id replaced by 0

[/img]
Back to top
View user's profile Send private message
Vijay Gowda

New User


Joined: 02 Jun 2006
Posts: 7

PostPosted: Thu Sep 07, 2006 5:32 pm
Reply with quote

thanks for your reply

thanks
vijay
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 SELECT from data change table DB2 5
Search our Forums:

Back to Top