Returning table with CLR

后端 未结 4 2019
名媛妹妹
名媛妹妹 2021-02-01 07:05

I want to write an CLR procedure which takes a text and returns a table with all the words in this text. But I can\'t figure out how to return a table. Could you please tell me

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-01 07:32

    This is a new area of SQL Server, you should consult this article. Which shows the syntax of a table-valued function -- that is what you want to create.

提交回复
热议问题