Hi, I am trying to clean up my database (Rbase 9.5 32) When I try to run this command...
UNLOAD ALL I get this error message... -ERROR- Column BP1 exists as both a computed and non-computed column. (195) But when I try to find it by doing this... LIST column BP1 I get this.... Column Name Table Name Attributes ------------------ ------------------ --------------------------------------- BP1 VITALS0 Type : TEXT 12 Compute: ((CTXT(SYSTOLIC1))+'/'+(CTXT(DIASTOLIC1))) vitals1 Type : TEXT 12 Compute: ((CTXT(SYSTOLIC1))+'/'+(CTXT(DIASTOLIC1))) So how do I find the non-computed column?? Mike

