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

Name of the database through DB2 query


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

New User


Joined: 26 Mar 2009
Posts: 6
Location: Bangalore

PostPosted: Wed Oct 06, 2010 12:16 pm
Reply with quote

Hi All,

Is it possible to know the name of the database using Query. If so please let me know the syntax of that query.

Many thanks in advance.

Regards.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Oct 06, 2010 12:37 pm
Reply with quote

What have you tried and/or researched for yourself.

There was a very similar topic discussed on this forum not so long ago.
Did you use the SEARCH button at the top of any page ?
Back to top
View user's profile Send private message
mdtanweer

New User


Joined: 26 Mar 2009
Posts: 6
Location: Bangalore

PostPosted: Wed Oct 06, 2010 12:44 pm
Reply with quote

Yeah, i have tried searching under the DB2 forum but unfortunately did not got the relevent answer.
My question is that there can be few tables under a single database. Is there any way I can get the name of that database through Query.
Back to top
View user's profile Send private message
kacks7

New User


Joined: 22 Sep 2010
Posts: 33
Location: chennai(india)

PostPosted: Wed Oct 06, 2010 12:46 pm
Reply with quote

i think this may be usefull fro u

Code:
SELECT DBNAME FROM SYSIBM.SYSTABLES
WHERE NAME = 'UR_TABLE_NAME';           
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 What database does Jobtrac use CA Products 4
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
Search our Forums:

Back to Top