• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Very simple SQL Question REP+++

arturhaddad

Member
Joined
Aug 14, 2010
Messages
217
Reaction score
8
I'm trying to randomize the levels of a certain account, I'm trying the following syntax:

UPDATE `players` SET `level` > 8 AND < 30 WHERE `account_id` = 4250183

But it keeps getting error

I want to put the levels in a value between 8 and 30, how can I do this?

I want to do this for a pvp event in my sv

Thanks! :D:D

REP+++
REP+++
 
Back
Top