Skip to content

Commit 85e009d

Browse files
authored
Merge pull request #6471 from drmcclelland/patch-1
Update replace-transact-sql.md
2 parents 65b214e + a8e1b02 commit 85e009d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/replace-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ REPLACE ( string_expression , string_pattern , string_replacement )
6161
0x0000 (**char(0)**) is an undefined character in Windows collations and cannot be included in REPLACE.
6262

6363
## Examples
64-
The following example replaces the string `cde` in `abcdefghi` with `xxx`.
64+
The following example replaces the string `cde` in `abcdefghicde` with `xxx`.
6565

6666
```sql
6767
SELECT REPLACE('abcdefghicde','cde','xxx');

0 commit comments

Comments
 (0)