明凯博客

关注网站技术,一个特立独行的程序员

20 1 月, 2014

Sql Server REPLACE函数的使用方法

REPLACE 用第三个表达式替换第一个字符串表达式中出现的所有第二个给定字符串表达式。 语法 1 REPLACE ( ”string_replace1” , ”string_replace2” , ”string_replace3” )REPLACE […]

, , , ,