Search in SQL L2OFF

Discussion in 'Help' started by Dazzel, Jan 25, 2011.

  1. Dazzel

    Dazzel New Member

    the notebook has the Control + F "Find, " and the SQL L2OFF and how?, like I find a Char from the nick, how quickly do a search?
     
  2. hoaz

    hoaz AdvExt64 Team

    SELECT * FROM user_data WHERE char_name = 'CharName'
    or
    SELECT * FROM user_data WHERE char_name LIKE '%CharName%'