RSS Forums RSS
Please support our MySQL advertiser: Programming Forums
Views: 1820 | Replies: 1 | Thread Tools  Display Modes
Reply
Join Date: Aug 2006
Posts: 10
Reputation: bobby08 is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 0
bobby08 bobby08 is offline Offline
Newbie Poster

Method to determine highest sum value of several columns

  #1  
Aug 14th, 2006
Hi,

I have a row where it has multiple columns distinguishing the number of votes a user has.

so it'll look like this:

[ user ] [ option_1 ] [ option_2 ] [ option_3 ] [ option_4 ]
bobby........ 1 ......... 3 ............ 7 ......... 3

Is there a select syntax that allows you to choose all rows and see which column has the greatest sum value? In this example above, option_3 will be the column value I'm looking for.

SELECT SUM(option_1, option_2, option_3, option_4) WHERE user = 'bobby' ORDER BY option_1, option_2, option_3, option_4 LIMIT 1

??
If this is not possible , I guess I have to retreive all 4 column values, and then use Perl to pick which one is greatest.

Thanks,
Bobby
Last edited by bobby08 : Aug 14th, 2006 at 1:43 am.
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Sep 2006
Posts: 40
Reputation: mmonaco27 is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 0
mmonaco27's Avatar
mmonaco27 mmonaco27 is offline Offline
Light Poster

Re: Method to determine highest sum value of several columns

  #2  
Sep 3rd, 2006
I'm not sure how to do it in a manner which would be considered effecient... but you can run multilayered queries (selects within selects) as well as conditional logic in your queries.

Just play around, you'll get there =)
I honostly can't stand computers, networks, hardware, software, databases, programming languages, php, c++, mysql, windows, linux, macs, solaris, processors, protocols, servers, clients, chats, ims, emails, and so forth and so on; but I find myself rather intrigued...
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.



Similar Threads
Other Threads in the MySQL Forum
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 5:51 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC