79228695

Date: 2024-11-27 01:24:08
Score: 3
Natty:
Report link

Maybe this?

UPDATE X_Data
SET X_Data.leadtime = Item_Master.leadtime
FROM X_Data
JOIN Item_Master ON X_Data.Itemcode = Item_Master.Itemcode
WHERE <your_where_condition>;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Guillermo Zooby