Bart, swallace is right. You should be examining, validating, and (if necessary) cleaning up the user input BEFORE it is stored in the database. The data table should be numeric. That lets SQL perform math functions. It also makes storage smaller and faster.
When you make your data-input form, include the pound-sterling sign before the input field. That gives users a clue not to type it again. And you can write client-side Javascript that raises an objection if the user tries to insert a non-numeric character.