Hi All,
This should be a very easy one. I'm having trouble getting my update statement to run. I come from an Oracle background so this stuff is still greek to me.
Your assistance would be most appreciated.
TIA,
T
This should be a very easy one. I'm having trouble getting my update statement to run. I come from an Oracle background so this stuff is still greek to me.
Code:
UPDATE catentry
SET catentry.field4 = 'KM'
From manurel, catentry, catentdesc
WHERE manurel.manunbr IN (2495,1135)
AND manurel.manunbr = catentry.field2
AND catentdesc .catentry_id = catentry.catentry_id
Your assistance would be most appreciated.
TIA,
T