在Oracle SQL开发人员中获取错误,试图打印XML
我正在尝试打印以下XML,因为
plco_id是a-006884-2
trt_numc是103
trt_familyc是1
trt_days是2513
NeoAdjuvant是0
plco_id is a-008288-4
trt_numc是104
trt_familyc is 104 trt_familyc is 1
trtt_days
is 3331 is 3331
neoad. 但是,
我遇到了一个错误。我相信我的循环是正确的,因为我需要在此特定问题上使用隐式光标。我想我可能必须在打印中使用rpad()才能正确打印出来,但我不确定。代码附加在下面。事先感谢您的帮助!
XML代码是此
I am trying to print the following XML as
PLCO_ID is A-006884-2
Trt_numc is 103
Trt_familyc is 1
Trt_days is 2513
Neoadjuvant is 0
PLCO_ID is A-008288-4
Trt_numc is 104
Trt_familyc is 1
Trt_days is 331
Neoadjuvant is 0
Etc. etc.
However, I have been getting an error. I believe my loop is correct as I need to use an implicit cursor for this particular problem. I think I may have to use rpad() in my print to have it print out correctly but I'm not sure. The code is attached below. Thanks in advance for the help!
The XML code is this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)