View Full Version : How to delete best score ever?
johon
10-23-2006, 12:13 PM
Hi @ll,
can somebody help me with an SQL-Synax or something like that to delete the best score ever for all games in one statement?
Thanks
JHon
MrZeropage
10-23-2006, 10:02 PM
upcoming v2.5.7+ will have an option for this in the gamelist in AdminCP :)
but you can try:
UPDATE games_list SET bestmid=0, bestscore=0
johon
10-24-2006, 04:50 AM
upcoming v2.5.7+ will have an option for this in the gamelist in AdminCP :)
but you can try:
UPDATE games_list SET bestmid=0, bestscore=0
Thank you, works great!
G_Man
11-24-2006, 01:42 AM
upcoming v2.5.7+ will have an option for this in the gamelist in AdminCP :)
but you can try:
UPDATE games_list SET bestmid=0, bestscore=0
Mr. Zeropage...
That feature isn't working for me in the ACP with 2.5.7+
Just a head ups.
The query still worked great though. Cheers.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.