I have a database with a table name called mybb_users.
All users have a field name called avatar. Some users have their avatar set as
 http://graph.facebook.com/userid/picture?width=250&height=250. 
I want to mass-replace all the width and height of the people that use a facebook picture with this amount of width and height. I unfortunately don't know how to do this since the userid is random. Is there anyway I can mass replace width=250&height=250 to width=140&height=140 ?
Thank you!