Sqlserver提供了一些字符串函数,以下说法中错误的是()


Sqlserver提供了一些字符串函数,以下说法中错误的是()

A.selectright(‘hello’,3)返回值为:llo

B.selecttrim(‘hello’)返回值为:hello(前后无空格)

C.selectreplace(‘hello’,‘e’,‘o’)返回值为:hollo

D.selectltrim(rtrim(‘hello’))返回值为:hello(前后都无空格)

正确答案:B


Tag:空格 字符串 函数 时间:2022-12-21 14:39:21