摘要: create table xmlexample(ID varchar2(10),name varchar2(20),data xmltype); insert into xmlexample(id,name,data)values(1,'my document', sys.xmltype.creat 阅读全文
posted @ 2020-10-22 16:16 shu'sblog 阅读(116) 评论(0) 推荐(0)