Mysql HELP
#1

I need help with TOP 5 The richest player mysql to php web site...

Код:
enum DATA_HPLAYER
{
	ADMIN_LEVEL,
	VIP,
	PENIZE
}
Name of table = Account3
Reply
#2

PHP код:
SELECT FROM table ORDER BY PENIZE DESC LIMIT 5 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)