...
Code Block | ||
---|---|---|
| ||
"SELECT * FROM fragment WHERE anchor_id = :anchorId " + "AND xpath LIKE :escapedXpath||'[%@%]' ESCAPE '\\' " + "AND xpath NOT LIKE :escapedXpath||'[%@%[%' ESCAPE '\\'" |
And this would return 2 fragments as follows.
...
...
Code Block | ||
---|---|---|
| ||
"SELECT * FROM fragment WHERE anchor_id = :anchorId " + "AND xpath LIKE :escapedXpath||'[%@%]' ESCAPE '\\' " + "AND xpath NOT LIKE :escapedXpath||'[%@%[%' ESCAPE '\\'" |
And this would return 2 fragments as follows.
...