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

Mysql command need

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
44
Location
Mexico
Hi, how can i select allthe none numeric values from my player_storage key and value
 
SQL:
SELECT FROM `database`.`player_storage` WHERE `player_storage`.`player_id` = 10555 AND `player_storage`.`key` = 15519;

Solo edita la database por el nombre del database y el player id y la key por el storage..
 
Back
Top