UPDATE vn.itemShelving ish
		JOIN tmp.tItemShelving tish ON tish.id = ish.id
	SET ish.shelvingFk = tish.shelvingFk;