ORA-01036 illegal variable name/number
Hi all,
I´m doing the follow select from delphi retrieving rows from oracle 10gR2 (64bits) and is giving the error: ORA-01036 illegal variable name/number
SELECT * FROM <TABLE>;
I saw that there is a field whith timestamp datatype on the table, so when I execute the following select, the same error is displayed.
SELECT <FIELD WITH DATATYPE TIMESTAMP> FROM TABLE;
Now, when i execute this select without the field with datatype timestamp the query is running fine !!!
Does any one knows where is the error ?
Thanks.
Best regards !
Wander(Brazil)