Jump to content

select and order by most common


iHack

Recommended Posts

need to use sum it like

 

 

$select = mysql_query("SELECT from 'hits' WHERE users='$var['users']' ORDER BY DESC limit 0, 50");

 

that is a idea it wont work cos im not that good but mite be what your looking for.

 

I don't that will work, its just a SELECT, WHERE.

 

Sorry, the column name I need to ORDER and SELECT by is called 'song', my mistake :)

 

 

 

okay try this think its kinda what you want ;

 

 

$song = mysql_query("SELECT * FROM 'hits' WHERE song='song name or what ever' ORDER BY DESC 0, 50 );

 

think that is what you want if not sorry.

 

I don't want to specify a specific song name (so no WHERE, I think). I need to get a list of all song 'name's in order of the must occurring 'name' .

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.