When using the following syntax in an SQL Expression:
{fn SUBSTRING(C0FNAT."WORKINGRELATIVEPATH",7,1)}
I am getting the following errors:
ORA-00911; invalid character
and
Error in compiling SQL Expression: Invalid function found here.
The field in question is a blob field in an Oracle 8 database. I have tried using substr but the result is the same.
Bizarrely I have used the same syntax elsewhere to pick up another blob field in the same database and this works. Anyone have any ideas?
Thanks.
{fn SUBSTRING(C0FNAT."WORKINGRELATIVEPATH",7,1)}
I am getting the following errors:
ORA-00911; invalid character
and
Error in compiling SQL Expression: Invalid function found here.
The field in question is a blob field in an Oracle 8 database. I have tried using substr but the result is the same.
Bizarrely I have used the same syntax elsewhere to pick up another blob field in the same database and this works. Anyone have any ideas?
Thanks.