Start a new topic
Answered

Add a filter on the Xpath query to retrieve specific database schema

Hello,


I would like to retrieve table names from a schema in an Xpath query and filter on it. As described below:


What is the correct syntax?


Best Answer

Hello,


Here is an example of the syntax that should work:

$HOTEL_MANAGEMENT//datastore[starts-with(@name,'T_CUS')]


1 Comment

Answer

Hello,


Here is an example of the syntax that should work:

$HOTEL_MANAGEMENT//datastore[starts-with(@name,'T_CUS')]


Login to post a comment