Viewing 2 posts - 1 through 2 (of 2 total)
I had the same kind of problem in ORACLE.
I solved it by explicitly converting the column to number, in the ORACLE view. In the SELECT clause, use TO_NUMBER(overhead).
Best regards,
Marc Girardbille
January 3, 2005 at 3:49 am
#535584
so far 27 people answered "C"... if any of them can read this message, please explain!
September 7, 2004 at 3:52 pm
#522027