Hi Experts,
I have written the below script to update a field in the consolidated database table FT_RemoteStopTransaction
with the data on the edge device. But the script is not working and neither is giving any error.
UPDATE "ABC.XYZ"."ABC_XYZ_PRJ.TABLES.FACT::FT_RemoteStopTransaction"
SET REMOTE_STOP_TRANSACTION_STATUS = {ml r.REMOTE_STOP_TRANSACTION_STATUS}
WHERE CHARGEBOX_IDENTITY = {ml r.CHARGEBOX_IDENTITY}
AND TIMESTAMPS = {ml r.TIMESTAMPS' );
My consolidated and edge tables has CHARGEBOX_IDENTITY & TIMESTAMPS as primary key.
Thanks
Madhusudan