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

DB2 Query


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

Active User


Joined: 18 Jan 2010
Posts: 143
Location: Pune

PostPosted: Thu May 13, 2010 1:29 pm
Reply with quote

Hi,
Following are my table details:
Associate number - Asso_no
Associate code - asso_cde
dept - asso_dept
associate id - asso_id

As same associate id can have muliplte associate number. I want to query a table which results only those associate id and associate number having enrolled to DEPT = Physis more than once.

May you help with some suggestion
Back to top
View user's profile Send private message
mohitsaini
Warnings : 1

New User


Joined: 15 May 2006
Posts: 92

PostPosted: Thu May 13, 2010 2:08 pm
Reply with quote

SELECT asso_id, asso_no FROM mytable WHERE dept = Physics
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Thu May 13, 2010 2:10 pm
Reply with quote

did You understand the request ?
Quote:
more than once.
Did You test it ?
posting erroneous code is just a waste of time and resources
Back to top
View user's profile Send private message
krunalbafna
Warnings : 1

Active User


Joined: 18 Jan 2010
Posts: 143
Location: Pune

PostPosted: Thu May 13, 2010 2:10 pm
Reply with quote

Hi Mohit,
Thanks for above query.
But above query will results in output having associates enrolled in physis even once.

I am looking for such query which will result only those associate having enrolled in physis more than once.

Regards
Krunal
Back to top
View user's profile Send private message
Bharath Bhat

Active User


Joined: 20 Mar 2008
Posts: 283
Location: chennai

PostPosted: Fri May 14, 2010 2:46 pm
Reply with quote

Do some research on GROUP BY column HAVING COUNT(*) >1
That should serve your purpose.
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