pl/sql 字符串查询
Q. 接受字符串中包含任何逗号的任何字符串,并在单独的行中显示所有用逗号分隔的单词?
示例:delhi,mumbai,pune,puri
我想要这样的输出
outpt: delhi 孟买 浦那 普里
Q.accrept any string having any no.of comma in the string and display all the words seperated by commas in seperate lines?
example: delhi,mumbai,pune,puri
i want output like this
outpt: delhi
mumbai
pune
puri
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自此处
from here