When I execute this Sql command. I get an error "Column BASEDATA1 not in specified tables."
I have a field in IN$FPS00 that I want to include in 'where' condition and update the rest of the fields in this file. Field Basedata1 is in the table.
UPDATE IN$FPS00
SET I@R01 = Sum(BaseData1)
WHERE EXISTS(Select BaseData1 FROM si280061 a, si280062 b,in$fps00 c WHERE a.hierarchyid=b.hierarchyid) AND (datatype='SI') AND (salesinfotype IN ('I01','I04' )) AND hlevel20=fp$sku)
Software/Hardware used:
ASKED:
March 28, 2006 2:56 PM
UPDATED:
March 29, 2006 1:32 AM