Chocolate31 0 Posted March 9, 2016 (edited) Dont know if this is the right section, move to right forum please. I need some help with the picklog db to make easier to locate a user.Picklog db only show the char id so its uncomfortable. How to make a functional extra table in the picklog db to view the char name?Thanks. Edited March 9, 2016 by Chocolate31 Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted March 11, 2016 Simple Query can make it do so: SELECT id,time,picklog.char_id,type,nameid,amount,refine,card0,card1,card2,card3,unique_id,map,char.name FROM picklog LEFT JOIN `char` ON char.char_id = picklog.char_id; I feel its extra overhead to have char_name to be saved, so this query would save you 1 Chocolate31 reacted to this Quote Share this post Link to post Share on other sites
0 Chocolate31 0 Posted March 12, 2016 Excellent!Tested and workingThank you very much. Quote Share this post Link to post Share on other sites
Dont know if this is the right section, move to right forum please.
I need some help with the picklog db to make easier to locate a user.
Picklog db only show the char id so its uncomfortable.
How to make a functional extra table in the picklog db to view the char name?
Edited by Chocolate31Thanks.
Share this post
Link to post
Share on other sites