SQL
UPDATE `character`.`characters` SET `available_talent_points`=49 WHERE `guid`=11;
SELECT `guid`, `acct`, `name`, `race`, `class`, `gender`, `custom_faction`, `level`, `xp`, `exploration_data`, `skills`, `watched_faction_index`, `selected_pvp_title`, `available_pvp_titles`, `gold`, `ammo_id`, `available_prof_points`, `available_talent_points`, `current_hp`, `current_power`, `pvprank`, `bytes`, `bytes2`, `player_flags`, `player_bytes`, `positionX`, `positionY`, `positionZ`, `orientation`, `mapId`, `zoneId`, `taximask`, `banned`, `banReason`, `timestamp`, `online`, `bindpositionX`, `bindpositionY`, `bindpositionZ`, `bindmapId`, `bindzoneId`, `isResting`, `restState`, `restTime`, `playedtime`, `deathstate`, `TalentResetTimes`, `first_login`, `forced_rename_pending`, `arenaPoints`, `totalstableslots`, `instance_id`, `entrypointmap`, `entrypointx`, `entrypointy`, `entrypointz`, `entrypointo`, `entrypointinstance`, `taxi_path`, `taxi_lastnode`, `taxi_mountid`, `transporter`, `transporter_xdiff`, `transporter_ydiff`, `transporter_zdiff`, `spells`, `deleted_spells`, `reputation`, `actions`, `auras`, `finished_quests`, `finisheddailies`, `honorRolloverTime`, `killsToday`, `killsYesterday`, `killsLifeTime`, `honorToday`, `honorYesterday`, `honorPoints`, `difficulty` FROM `character`.`characters` WHERE `guid`=11;