About 4,540,000 results
Open links in new tab
  1. sql - UPDATE and REPLACE part of a string - Stack Overflow

    Jun 28, 2013 · sql sql-server string sql-server-2008 replace edited Sep 18, 2015 at 21:09 Beth 9,617 1 26 44

  2. sql server - Replace function in SQL - Stack Overflow

    Replace function in SQL Asked 7 years, 2 months ago Modified 7 years, 2 months ago Viewed 19k times

  3. How to replace a string in a SQL Server Table Column

    May 2, 2009 · 414 I have a table (SQL Sever) which references paths (UNC or otherwise), but now the path is going to change. In the path column, I have many records and I need to …

  4. sql - replace multiple values at the same time - in order to convert …

    Apr 22, 2014 · I am trying to convert a varchar field to a number, however, there is a set of common characters inside that field that need to be removed in order for me to successfully …

  5. Replace single quotes in SQL Server - Stack Overflow

    However, ordinarily you'd replace ' with '' and this will make SQL Server happy when querying the database. The trick with any of the built-in SQL functions (like replace) is that they too require …

  6. sql - SELECT with a Replace () - Stack Overflow

    Oct 20, 2016 · I have a table of names and addresses, which includes a postcode column. I want to strip the spaces from the postcodes and select any that match a particular pattern. I'm trying …

  7. SQL Replace multiple different characters in string

    Aug 30, 2016 · 4 Hope this might helps to anyone If you want to replace multiple words or characters from a string with a blank string (i.e. wanted to remove characters), use …

  8. sql - using if statement how to replace values - Stack Overflow

    Apr 13, 2013 · using if statement how to replace values Asked 12 years, 8 months ago Modified 10 years, 7 months ago Viewed 34k times

  9. Replacing a specific Unicode Character in SQL Server

    I'm using SQL Server Express 2012. I'm having trouble removing the unicode character U+02CC (Decimal : 716) in the grid results. The original text is 'λeˌβár'. I tried it like this, it doesn't work:

  10. What is regexp_replace equivalent in SQL Server - Stack Overflow

    REGEXP_REPLACE is a preview feature supported by SQL Server 2025 (17.x) and Azure SQL Database: Returns a modified source string replaced by a replacement string, where the …