Rss & SiteMap

课外天地 李树青 http://www.njcie.com

李树青 论坛 南京 财经 课外天地
共1 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:课上所讲基于eXist的XQuery练习

1楼
admin 发表于:2009/5/27 22:45:33

1、查询含有London的国家信息(选择)
for $p in //country
where contains($p,"London")
return $p


 

2、查询含有Caesar的莎士比亚戏剧对话
for $speech in //SPEECH[LINE &= 'Caesar' ]
return $speech


 

3、查询Hamlet对白中含有faith的语句
for $speech in //SPEECH[SPEAKER &= 'HAMLET' and near(., 'faith')]
return $speech


 

4、查询含有exam的学生信息
for $p in //stu
where contains($p,"exam")
return $p


 

5、使用URL请求eXist
http://localhost:8080/exist/servlet/db/?_query=for $p in //stu where contains($p,"exam") return $p

[此贴子已经被作者于2010-12-14 09:41:42编辑过]
共1 条记录, 每页显示 10 条, 页签: [1]

Copyright ©2002 - 2016 课外天地.Net
Powered By Dvbbs Version 8.3.0
Processed in .04688 s, 2 queries.