php select ExtractValue

Hi
when execute this query
<?php
$sqlr ="select *
from biblioitems
where EXTRACTVALUE( marcxml, \ '//datafield[@tag="520"]/subfield[@code="d"]')='' ";
give me this error
You have an error in your SQL syntax; check […]

See original post by invalid@example.com (mero2020)

Leave a Reply