Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
hive_functions_nonhivedata
/
xpath.q
blob: 8239b572872842325497b52fc482fea8282bcff3 [
file
] [
log
] [
blame
]
select
xpath_string
(
'<a><b id="1"><c/></b><b id="2"><c/></b></a>'
,
'/descendant::c/ancestor::b/@id'
)
from
`fewtypes_null.tbl`
limit
1
;