Hi Eric and everyone

I'm having the same requirement as Joel

Taken from koha wiki report

SELECT 
  ExtractValue((
    SELECT metadata
    FROM biblio_metadata
    WHERE
      biblionumber=12),
      '//datafield[@tag="942"]/subfield[@code>="c"]') AS ITEM

This sql is working fine for tag 942$c but not for tag 952$y

Is there any special extractvalue for 952?

Thanks in advance
Kind regards
fauzi AB




--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
_______________________________________________
Koha mailing list  http://koha-community.org
[email protected]
https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to