String.Format like functionality in T-SQL?

后端 未结 13 1975
滥情空心
滥情空心 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:13

    Not exactly, but I would check out some of the articles on string handling (amongst other things) by "Phil Factor" (geddit?) on Simple Talk.

提交回复
热议问题