We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65b214e + a8e1b02 commit 85e009dCopy full SHA for 85e009d
1 file changed
docs/t-sql/functions/replace-transact-sql.md
@@ -61,7 +61,7 @@ REPLACE ( string_expression , string_pattern , string_replacement )
61
0x0000 (**char(0)**) is an undefined character in Windows collations and cannot be included in REPLACE.
62
63
## Examples
64
- The following example replaces the string `cde` in `abcdefghi` with `xxx`.
+ The following example replaces the string `cde` in `abcdefghicde` with `xxx`.
65
66
```sql
67
SELECT REPLACE('abcdefghicde','cde','xxx');
0 commit comments