[MySQL]Selecting multiple rows' info
#1

I got in problem to select multiple row' info from MySQL. I need to get Top 5 players' names and score but my Query get's only the first one.

pawn Код:
query("SELECT `Username`,`Score` FROM `Users` ORDER BY `Users`.`Score` DESC LIMIT 0, 5");
Anyone have any idea?
Reply


Messages In This Thread
[MySQL]Selecting multiple rows' info - by [MG]Dimi - 22.04.2012, 10:52
Re: [MySQL]Selecting multiple rows' info - by Hiddos - 22.04.2012, 10:56
Re: [MySQL]Selecting multiple rows' info - by [MG]Dimi - 22.04.2012, 10:58
Re: [MySQL]Selecting multiple rows' info - by Richie© - 22.04.2012, 11:04
Re: [MySQL]Selecting multiple rows' info - by [MG]Dimi - 22.04.2012, 11:06
Re: [MySQL]Selecting multiple rows' info - by Vince - 22.04.2012, 11:14
Re: [MySQL]Selecting multiple rows' info - by [MG]Dimi - 22.04.2012, 11:28
Re: [MySQL]Selecting multiple rows' info - by Macluawn - 22.04.2012, 11:31
Re: [MySQL]Selecting multiple rows' info - by [MG]Dimi - 22.04.2012, 13:58

Forum Jump:


Users browsing this thread: 3 Guest(s)