donkeyg Posted December 14, 2012 Posted December 14, 2012 how to check certain item like "Thanatos Card" at mysql database.. i wanna see who got that card.. Quote
Rayhan Posted December 14, 2012 Posted December 14, 2012 Just search the name ID in your database. Quote
Cydh Posted December 14, 2012 Posted December 14, 2012 I'm forget to make this simplier.. xD SELECT (SELECT COUNT(*) FROM `cart_inventory` WHERE `nameid` = '1201')+ (SELECT COUNT(*) FROM `storage` WHERE `nameid` = '1201')+ (SELECT COUNT(*) FROM `guild_storage` WHERE `nameid` = '1201')+ (SELECT COUNT(*) FROM `inventory` WHERE `nameid` = '1201') AS `Result` change 1201 to thanatos card id Quote
Question
donkeyg
how to check certain item like "Thanatos Card" at mysql database.. i wanna see who got that card..
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.