Code:
SELECT a.[Service],a.ID,a.CodeName128,a.ObjName128,a.OrgObjCodeName128,a.NameStrID128,a.DescStrID128,a.CashItem,a.Bionic,a.TypeID1,a.TypeID2,a.TypeID3,a.TypeID4,a.DecayTime,a.Country,a.Rarity,a.CanTrade,a.CanSell,a.CanBuy,a.CanBorrow,a.CanDrop,a.CanPick,a.CanRepair,a.CanRevive,a.CanUse,a.CanThrow,a.Price,a.CostRepair,a.CostRevive,a.CostBorrow,a.KeepingFee,a.SellPrice,a.ReqLevelType1,a.ReqLevel1,a.ReqLevelType2,a.ReqLevel2,a.ReqLevelType3,a.ReqLevel3,a.ReqLevelType4,a.ReqLevel4,a.MaxContain,a.RegionID,a.Dir,a.OffsetX,a.OffsetY,a.OffsetZ,a.Speed1,a.Speed2,a.Scale,a.BCHeight,a.BCRadius,a.EventID,a.AssocFileObj128,a.AssocFileDrop128,a.AssocFileIcon128,a.AssocFile1_128,a.AssocFile2_128,
b.Lvl,b.CharGender,b.MaxHP,b.MaxMP,b.InventorySize,b.CanStore_TID1,b.CanStore_TID2,b.CanStore_TID3,b.CanStore_TID4,b.CanBeVehicle,b.CanControl,b.DamagePortion,b.MaxPassenger,b.AssocTactics,b.PD,b.MD,b.PAR,b.MAR,b.ER,b.BR,b.HR,b.CHR,b.ExpToGive,b.CreepType,b.Knockdown,b.KO_RecoverTime,b.DefaultSkill_1,b.DefaultSkill_2,b.DefaultSkill_3,b.DefaultSkill_4,b.DefaultSkill_5,b.DefaultSkill_6,b.DefaultSkill_7,b.DefaultSkill_8,b.DefaultSkill_9,b.DefaultSkill_10,b.TextureType,b.Except_1,b.Except_2,b.Except_3,b.Except_4,b.Except_5,b.Except_6,b.Except_7,b.Except_8,b.Except_9,b.Except_10
FROM _RefObjCommon a INNER JOIN _RefObjChar b ON a.Link = b.ID
WHERE a.[Service]=1 AND CodeName128 LIKE 'MOB_CH_TIGERWOMAN'
ORDER BY a.ID ASC
. Find the old line and replace it with new line.