由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Help: XML linking problem in Oracle
相关主题
誰來解釋一下這是什麼原理how to separate the table
问一道SQL的题 (转载)一个有关查询的语句
mysql 问题 (转载)mysql question
招聘oracle9作者Export and import question.
谁能介绍一本学Oracle的书? 谢谢!SQL question...
请教: SQL SUMSQL question: update a field
xpath 里面如何找 attribute 最大值呢?Cascade delete, update 的问题(MS SQL)
下定决心转行数据库,真诚求教,database developer需要学习哪些课程请教一个oracle下的view的问题
相关话题的讨论汇总
话题: xmltype话题: table话题: xml话题: spec话题: table2
进入Database版参与讨论
1 (共1页)
t******t
发帖数: 51
1
Suppose I have 2 tables in the database (Oracle9):
create table table1 (table_spec XMLTYPE);
create table table2 (table_spec XMLTYPE);
Then somewhere in the table_spec of data entries of table1 I needed to link to
a node in the XML tree of table_spec in table2. How can I do it? For example,
insert into table1 values (XMLTYPE ('


.....

'));
I understand that XPath can be used here, but exactly how? Especially how to
refer to table2, the path within the XMLTYPE
1 (共1页)
进入Database版参与讨论
相关主题
请教一个oracle下的view的问题谁能介绍一本学Oracle的书? 谢谢!
请教set和select 的区别请教: SQL SUM
Question about the err when export tablexpath 里面如何找 attribute 最大值呢?
Help: "Operation Must Be Updatable Query"下定决心转行数据库,真诚求教,database developer需要学习哪些课程
誰來解釋一下這是什麼原理how to separate the table
问一道SQL的题 (转载)一个有关查询的语句
mysql 问题 (转载)mysql question
招聘oracle9作者Export and import question.
相关话题的讨论汇总
话题: xmltype话题: table话题: xml话题: spec话题: table2