Total members 10262 | Gratitudes |It is currently Thu May 24, 2012 10:30 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 7 posts ] 
Author Question
 Question subject: what is the query to retrieve to student data based on least
PostPosted: Wed Jun 01, 2011 1:13 pm 
Offline
Beginner
User avatar

Joined: Sun Jan 09, 2011 2:16 pm
Posts: 56
Has thanked: 1 time
Have thanks: 0 time

what is the query to retrieve to student data ( ex: name,rollno,total) based on least 5 total marks...??

any body plz help!!

_________________
technoyouth


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: what is the query to retrieve to student data based on least
PostPosted: Wed Jun 01, 2011 6:33 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time
you mean like this
Code:
select name,rollno,total from student where total>5

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: what is the query to retrieve to student data based on least
PostPosted: Thu Jun 02, 2011 2:16 pm 
Offline
Beginner
User avatar

Joined: Sun Jan 09, 2011 2:16 pm
Posts: 56
Has thanked: 1 time
Have thanks: 0 time
no bro..
i want to retrieve 5 students data who secured least marks of total...

_________________
technoyouth


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: what is the query to retrieve to student data based on least
PostPosted: Thu Jun 02, 2011 9:28 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time
you want to order them by date , you want to get the most recent students those get a specific grade of total X ?

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: what is the query to retrieve to student data based on least
PostPosted: Fri Jun 03, 2011 8:42 am 
Offline
Beginner
User avatar

Joined: Sun Jan 09, 2011 2:16 pm
Posts: 56
Has thanked: 1 time
Have thanks: 0 time
no bro..
take a example table below...
sname marks
a 50
b 42
c 78
d 36
e 88
f 38
g 45
h 92

here i want to retrieve the data (sname,marks) of 5 students who secured less marks ie i want to display the folloeing data

sname marks
a 50
b 42
d 36
f 38
g 45

_________________
technoyouth


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: what is the query to retrieve to student data based on least
PostPosted: Fri Jun 03, 2011 12:16 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time
ah ok , you can use limit and order ascending like this


Code:
select name,rollno,total from student order by total asc limit 0,5

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: what is the query to retrieve to student data based on least
PostPosted: Fri Jun 03, 2011 12:38 pm 
Offline
Beginner
User avatar

Joined: Sun Jan 09, 2011 2:16 pm
Posts: 56
Has thanked: 1 time
Have thanks: 0 time
thank u very much bro!!:)

_________________
technoyouth


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 7 posts ] 
Quick reply


  

 Similar topics
 Appriori witn uncertain data
 Data Encryption Standard (DES)
 data leakage detection coding in java
 Hi, i sm sn B-Tech student i need ur help. u can help me
 How to make PHP form data saved into txt file
 charm algorithm in data mining
 Des java Applet ( Data Encryption Standards )
 How to merge the data into file
 update query example
 select query example in php

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team