472,145 Members | 1,513 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,145 software developers and data experts.

Cumulative calculation

Hi,
I have a database where I have to find the highest point
aggregator. I am new to mysql. Would you please let me know what query
would be good for getting what I want? The sample is below.

Thanks:
Name | Points
Jack 10
Mack 20
Jack 25
Jack 25
Mack 30
John 5
Jack 10
John 10
John 5
Jill 10
John 30
Jill 10

Jun 29 '06 #1
1 1697
select max(points)

<pr******@gmail.com> wrote in message
news:11*********************@y41g2000cwy.googlegro ups.com...
Hi,
I have a database where I have to find the highest point
aggregator. I am new to mysql. Would you please let me know what query
would be good for getting what I want? The sample is below.

Thanks:
Name | Points
Jack 10
Mack 20
Jack 25
Jack 25
Mack 30
John 5
Jack 10
John 10
John 5
Jill 10
John 30
Jill 10

Jun 29 '06 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

4 posts views Thread by Yannick Turgeon | last post: by
4 posts views Thread by Matt Larkin | last post: by
reply views Thread by tcread | last post: by
1 post views Thread by Victor | last post: by
reply views Thread by James Hallam | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.