SQLite banned problem
#8

From the looks of it, you are 'trying' to first retrieve 100 bans in descending order by names, then trying to get their ban reason one by one...

PHP код:
format(query,sizeof(query),"SELECT DISTNCT `NAME`, ADMIN, REASON FROM `BANNED` ORDER BY `NAME` DESC limit 100"); 
If You are looking for the last 100 bans, you should either use Order by date or ID..
Reply


Messages In This Thread
SQLite banned problem - by BrianFaria - 10.02.2017, 03:19
Re: SQLite banned problem - by BrianFaria - 10.02.2017, 04:10
Re: SQLite banned problem - by BrianFaria - 10.02.2017, 05:06
Re: SQLite banned problem - by Infinity - 10.02.2017, 06:48
Re: SQLite banned problem - by BrianFaria - 10.02.2017, 14:06
Re: SQLite banned problem - by Mic_H - 10.02.2017, 14:26
Re: SQLite banned problem - by BrianFaria - 10.02.2017, 14:27
Re: SQLite banned problem - by Mic_H - 10.02.2017, 14:37
Re: SQLite banned problem - by BrianFaria - 10.02.2017, 14:55
Re: SQLite banned problem - by BrianFaria - 10.02.2017, 19:23

Forum Jump:


Users browsing this thread: 1 Guest(s)