[unixODBC-support] Interesting results/problem
Nick Gorham
nick.gorham at easysoft.com
Mon Dec 28 23:51:26 GMT 2009
Andert, Stephen wrote:
>
> Select * works. Select column_name does not.
>
> SQL> select tocid from toc at hslfiche;
> select tocid from toc at hslfiche
> *
> ERROR at line 1:
> ORA-00904: "TOCID": invalid identifier
>
>
Hi,
Try
select "tocid" from toc at hslfiche
they may well be case sensitive.
--
Nick Gorham
Easysoft Limited
More information about the unixODBC-support
mailing list