Update clients set voicephone=substring(voicephone,2,10) where length(voicephone)=11 and substring(voicephone,1,1)='1'
Note: This query will fail if the list contains duplicate phone numbers. It will stop at the point it finds a duplicate. You will have to run the query repeatedly to continue fixing the list.