{"id":396,"date":"2018-11-09T22:51:10","date_gmt":"2018-11-10T03:51:10","guid":{"rendered":"http:\/\/techref.camellarry.com\/?p=396"},"modified":"2023-11-28T12:22:10","modified_gmt":"2023-11-28T17:22:10","slug":"replace-string-in-a-field","status":"publish","type":"post","link":"http:\/\/techref.camellarry.com\/?p=396","title":{"rendered":"SQL replace string in a field"},"content":{"rendered":"<p>The example replaces the string\u00a0<strong>height=&#8221;480&#8243;<\/strong> with the string\u00a0<strong>height=&#8221;320&#8243;<\/strong>.<\/p>\n<blockquote><p>UPDATE Blog<br \/>\nSET myPost = REPLACE(CAST(myPost AS varchar(MAX)),&#8217;height=&#8221;480&#8243;&#8216;, &#8216;height=&#8221;320&#8243;&#8216;)<br \/>\nFROM Blog<br \/>\nWHERE CHARINDEX(&#8216;height=&#8221;480&#8243;&#8216;,CAST(myPost as varchar(MAX)))&gt;0<br \/>\nAND myKey=2469<\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>The example replaces the string\u00a0height=&#8221;480&#8243; with the string\u00a0height=&#8221;320&#8243;. UPDATE Blog SET myPost = REPLACE(CAST(myPost AS varchar(MAX)),&#8217;height=&#8221;480&#8243;&#8216;, &#8216;height=&#8221;320&#8243;&#8216;) FROM Blog WHERE CHARINDEX(&#8216;height=&#8221;480&#8243;&#8216;,CAST(myPost as varchar(MAX)))&gt;0 AND myKey=2469<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[8],"tags":[94,29,70,72],"class_list":["post-396","post","type-post","status-publish","format-standard","hentry","category-sql","tag-database","tag-example","tag-sql","tag-syntax"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9t3oE-6o","_links":{"self":[{"href":"http:\/\/techref.camellarry.com\/index.php?rest_route=\/wp\/v2\/posts\/396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/techref.camellarry.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/techref.camellarry.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/techref.camellarry.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/techref.camellarry.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=396"}],"version-history":[{"count":1,"href":"http:\/\/techref.camellarry.com\/index.php?rest_route=\/wp\/v2\/posts\/396\/revisions"}],"predecessor-version":[{"id":504,"href":"http:\/\/techref.camellarry.com\/index.php?rest_route=\/wp\/v2\/posts\/396\/revisions\/504"}],"wp:attachment":[{"href":"http:\/\/techref.camellarry.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=396"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/techref.camellarry.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=396"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/techref.camellarry.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=396"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}