rust-oracle icon indicating copy to clipboard operation
rust-oracle copied to clipboard

REF operator

Open c2fc2f opened this issue 1 year ago • 6 comments

Hello,

When I run a query that has the operator REF() I get an error Error: unknown Oracle type number 0.

Exemple

SELECT REF(X) 
FROM INTERVENANT X 
WHERE X.MAT = 1000;

Here is the doc for REF()

https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/REF.html

c2fc2f avatar Nov 06 '24 17:11 c2fc2f