Hi:
I am rying to extract data from Orcale into excel using ODBC, since there are two date fields in a table I am trying to create a single calculated field using an iF statement : IF(PROMISE_DATE IS NULL,DESIRED_DATE,PROMISE_DATE) but keep getting an error message "ORA-00907: missing right parenthisis"
appreciate any help
|
|