根据 SQL2005 中 A 列中的值设置 B 列中的值?
我正在尝试获取现有列并解析字符串中的某些单词(即“工作表”、“页面”、“卡片”)的每一行,并根据该单词(这些单词之一只有一个实例位于一行中)填充一个新列在同一个表中具有一个值。如果没有找到任何这些单词,请将 B 列留空。
IE 列 A 包含单词“Sheet”,用字母“S”填充列 B
因此该表将类似于:
Column A Column B
Sheet S
Page P
Card C
任何帮助将不胜感激!
I'm trying to take an existing column and parse each row for certain words in a string, i.e. Sheet, Page, Card, and based on that word (only one instance of one of these words is in a row) populate a new column in the same table with a value. If it did not find any of those words, leave Column B blank.
I.E. Column A contains the word "Sheet", populate Column B with the letter "S"
So the table would be something like:
Column A Column B
Sheet S
Page P
Card C
Any help would be appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)