Project

General

Profile

1
SELECT
2
	regexp_replace(xml, '&(?!amp;)', '&', 'g') AS xml,
3
	provenance
4
FROM claims
5
WHERE type = 'dmf2actions' AND set = 'userclaim_dmf' AND provenance = 'user:claim:datacite'
(3-3/6)