update TABLE_NAME set field =REPLACE(field ,substr(field ,0,1) ,'P') where field is not null ;