Pour réaliser cela, vous pouvez vous inspirer de cette requête UPDATE:
UPDATE CUST
SET CUST.OrderAmount = ORDR.Amount
FROM dbo.Customers CUST
INNER JOIN dbo.Orders ORDR ON CUST.CustomerID = ORDR.CustomerID
Exemple sur la base Basware :
update acc_data
set acc_data.t78 = convert(datetime,z.AEDAT,101)
from acc_data a
inner join zz_ekko z on a.t5 = z.ebeln
where a.t78 is null and a.t5 is not null
Si vous le souhaitez, nous pouvons vous assister dans la résolution de votre problème en nous contactant via notre section support ou via le chat en ligne.