String.Format like functionality in T-SQL?

后端 未结 13 1946
滥情空心
滥情空心 2020-12-02 12:54

I\'m looking for a built-in function/extended function in T-SQL for string manipulation similar to the String.Format method in .NET.

13条回答
  •  渐次进展
    2020-12-02 13:27

    I have created a user defined function to mimic the string.format functionality. You can use it.

    stringformat-in-sql

提交回复
热议问题