filmov
tv
Replace in SQL Server | [String function] | SQL Server Tutorial & learning in 2020

Показать описание
This video is for showing use and syntax of replace function in SQL server
#replace #stringfnction #sqlserver #sql #howtoreplace
Replace is a string function and this function, replace character or string from result string like below example
select Replace('SQL Server','S','P')
result = PQL Perver
in this example "S" is search string and "P" is replacing string so where ever SQL server will fine "S" will replace with "P"
great tutorial to learn SQL Server and T-SQL with Examples and new videos in simple language
#replace #stringfnction #sqlserver #sql #howtoreplace
Replace is a string function and this function, replace character or string from result string like below example
select Replace('SQL Server','S','P')
result = PQL Perver
in this example "S" is search string and "P" is replacing string so where ever SQL server will fine "S" will replace with "P"
great tutorial to learn SQL Server and T-SQL with Examples and new videos in simple language