1. hi all,

    do you guys know how to DELETE all rows except one in Userpersistance.db

    i just want to keep my BP and delete all other players how can i do that

    can you write sql command for this ?
     
  2. Code:
    DELETE FROM `datatable` WHERE `steamid` <> 00000000000000000;