Project

General

Profile

1
SELECT
2
	regexp_replace(xml, '&(?!amp;)', '&', 'g') AS xml,
3
	provenance
4
FROM claims
5
WHERE type = 'dmf2actions' AND set = 'acm-referenced-projects'
(2-2/6)