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

SQL Help

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
44
Location
Mexico
Hi, sorry for always ask about sql help but im just learning it.
This is a basic code i made that dont works, it is suppose to change the flag in accounts to Mexico where flag is mx.
Code:
UPDATE accounts SET flag = Mexico WHERE flag = mx
But it gaves me this error:
#1054 - Unknown column 'mx' in 'where clause'
What is wrong?
 
Yeah, otherwise the engine thinks your text is a keyword. If no matching keyword is found, it will consider it a column instead.
 
Back
Top