如何只获取xml列的一部分,并将其作为SQL中自己的结果集返回?我的数据库中有一个xml文件,如下所示:EVENTWeddingDETAILSmith-WessonEVENTReunionDETAILClassof1996EVENTPie-throwingcontestDETAILCherrypies我想返回“行”作为这样的结果集:EVENTNAMEWeddingSmith-WessonReunionClassof1996Pie-throwingcontestCherrypies...etc...我正在使用describedhere方法查询单个值,但这还不足以获取我真正需要的所有数据。