0

在过去的一天半里,我一直在为此苦恼,虽然我尝试使用人们提供的示例编写我自己的函数,但要看到我获得的字符串可能是任何来自30字到1000字长

我有一个看起来像这样的数据库

|NewsItemID|NewsItemString                  |
============================================
| 1        | This is the first news item    |
| 2        | This is the second news item   |
| 3        | This is the third news article |
============================================

如何使用存储过程得到这样的列表:

|Word    |
==========
|This    |
|is      |
|the     |
|first   |
|news    |
|item    |
|second  |
|third   |
|article |
4

0 回答 0