Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Error in query
I have a table with a column called 'result'. I get an error when I do
a query on the column. e.g.
SQL> select avg(length(result)) from inspection; select avg(length(result)) from inspection
*
I have searched the documentation and there doesn't seem to be any PL/SQL function called result. I'm curious to know why this is happening.
Thanks,
pascal
Received on Mon Jan 07 2002 - 11:33:52 CST
![]() |
![]() |