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

select query from different tables


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

New User


Joined: 10 Nov 2009
Posts: 17
Location: India

PostPosted: Fri Nov 13, 2009 3:49 am
Reply with quote

Can someone help me to write select query for different fields from more then five tables.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Nov 13, 2009 4:27 am
Reply with quote

Maybe. . . .

You need to invest some more keystrokes and post what you have to work with and what you want to accomplish.

Showing a bit of sample data from the 5 tables and what you want as "output" from the query will help someone help you.

Joining 5 tables is quite similar to joining 2 - there are just more relationship considerations (that you will have to identify as we know nothing about your database).
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Nov 13, 2009 4:30 am
Reply with quote

SELECT A.COL1, B.COL1,C.COL1,D.COL1,E.COL1
FROM TABLE1 A, TABLE2 B, TABLE3 C, TABLE4 D, TABLE5 E
WHERE ......
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