如何在postgres数据库中使用xml查询?
例如: 这是在SQL Server Xml查询
中SELECT MyXmlField.query('data(/root/product[@id="304"]/name)') FROM MyTable
我在postgres中找不到与xmlQuery函数相关的任何文档。
答案 0 :(得分:0)
然后你必须仔细观察:http://www.postgresql.org/docs/9.4/static/functions-xml.html
请参阅9.14.3中的 XPath 。处理XML