Hi,
I have a simple select statement.
SELECT RAW_DATE "Date", RAW_VALUE * 1000 "Value"
FROM NVL(:P33_PLUVIOMETRE, 'SAFEGE.MSR_4982@EMMASAFE.NTSIVOA');
But it returns 00933. 00000 - "SQL command not properly ended". Value if the bind variable is SAFEGE.MSR_4982@EMMASAFE.NTSIVOA. I tried to put quotes between the name of the bind varaible but the error remains. Any help appreciated.
Regards,
Christian