SQL Replace and Previewing your Changes
17 04 2009Recently I had a situation where I needed to a full url to a relative url in the database. I just needed to remove the domain portion of the path, but I wanted to preview it live before I executed the query. Here’s the solution for the preview and for the actual update statement.
select replace(
update
where
Comments : No Comments »
Categories : Uncategorized





