Replace media external links with local links

I was fixing image URLs in my posts with the next SQL-query

UPDATE wp_posts SET post_content=(REPLACE (post_content, '<old url>','<new url>'));