generate csv output for AAA_ukupno
[koha-bibliografija] / biblioitems.sql
1 update biblioitems set agerestriction = ExtractValue(marcxml,'//datafield[@tag="942"]/subfield[@code="u"]') ;
2
3 create index biblioitems_agerestriction on biblioitems(agerestriction) ;
4