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

How to get student marks greater than 60 from a table


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

New User


Joined: 20 Apr 2010
Posts: 8
Location: pune

PostPosted: Thu Sep 15, 2011 2:16 pm
Reply with quote

Hi

I want a query to get the marks of all students who got more than 60 in 6 subjects.If any of the subject they failed dont considering it.Please give me a query regarding this.

Thanks,

Maheswara
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Sep 15, 2011 2:18 pm
Reply with quote

Quote:

Please give me a query regarding this.


Yeh sure.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Sep 15, 2011 2:52 pm
Reply with quote

Please tell us what have you tried? Did it work, per you requirement, or not? Was there some error, yes? What was that?
Back to top
View user's profile Send private message
gylbharat

Active Member


Joined: 31 Jul 2009
Posts: 565
Location: Bangalore

PostPosted: Thu Sep 15, 2011 3:42 pm
Reply with quote

Code:
Select name,sub1,sub2,sub3
from table
where sub1 > 60
and sub2 > 60
and sub3 > 60 ;
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Sep 15, 2011 6:11 pm
Reply with quote

Quote:
I want a query to get the marks of all students who got more than 60 in 6 subjects.If any of the subject they failed dont considering it.Please give me a query regarding this.


given the wording of the question, you will be certainly more at ease in the other forum here
ibmmainframeforum.com/index.php

even if in Your profile You pretend to ..
Quote:
Occupation: software professional
Mainframe Skills: cobol,jcl,db2,vsam,cics,TWS


a software professional, would have never asked a question with so little information to build on
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 Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
No new posts Dynamically pass table name to a sele... DB2 2
Search our Forums:

Back to Top