update TousseInstance set recyclingUser=(select recyclingUser from RecyclingRecord rr where rr.id=TousseInstance.recyclingRecordId) where recyclingRecordId is not null;