hey there, please I need a query to display all character names belonging to 1 account . thnx in advance
:):):)
:):):)
select * from _Char LEFT JOIN _User ON _User.CharID=_Char.CharID LEFT JOIN [SRO_VT_ACCOUNT]..TB_User ON [SRO_VT_ACCOUNT]..TB_User.JID=_User.UserJID where [SRO_VT_ACCOUNT]..TB_User.StrUserID = 'test'