• 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!

Need help with SQL command

marcuz90

New Member
Joined
Apr 19, 2011
Messages
48
Reaction score
0
Hello, my OT has "TODO" after getPlayerAccount(cid), so that lua function doesn't work.
Is there an alternative to get this SQL command to work?

db.executeQuery("UPDATE `accounts` SET `premium_points` = `premium_points` + " .. t.points .. " WHERE `name` = '" .. getPlayerAccount(cid) .. "';")

Ty.
 
I am very new to SQL. Yet I have not started to use it but it is needed for my study & I will start to work with it as soon as possible. Please let me something more about SQL.
 
Back
Top