Jump to content

srekcidxam

Members
  • Posts

    1
  • Joined

  • Last visited

    Never
  • Feedback

    0%

About srekcidxam

Profile Information

  • Gender
    Not Telling

srekcidxam's Achievements

Newbie

Newbie (1/16)

  1. Hello! :D :D This is my first share!!! :-* I would like to share with you a very simple and clean query which can be very usefull for online scripts. SELECT character_skills.charId, character_skills.skill_id, character_skills.skill_level,character_skills.class_index, characters.charid, characters.classid FROM characters LEFT JOIN character_skills ON characters.charid = character_skills.charId LEFT JOIN characters_ WHERE characters.char_name = '$name' and character_skills.class_index in (select character_subclasses.class_index, character_subclasses.class_id, characters.classid from character_subclasses left join characters on character_subclasses.class_id = characters.classid) Credits: ME :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..