Home
SQL Server / T-SQL
Aggregate Functions
Analytical Functions
Constraints
Cursor
Data Set
Data Type
Database
Date Timezone
Index
Insert Delete Update
Math Functions
Select Query
Sequence
Store Procedure Function
String Functions
Subquery
System
Table
Table Joins
Transact SQL
Transaction
Trigger
View
XML
REPLACE « String Functions « SQL Server / T-SQL
SQL Server / T-SQL
String Functions
REPLACE
1.
REPLACE: all instances of the second string in the first are replaced by the third string
2.
REPLACE(): replace all occurrences of one character or substring
3.
REPLACE spaces