I am testing the new database 12c MATCH_RECOGNIZE clause. Part of the syntax is the question mark (?) as a "reluctant qualifier".
When I try this syntax in SQL Developer, I get the message:
"Missing IN or OUT parameter at index:: 1".
How can I tell the driver the question mark is not a bind variable placeholder but part of the syntax?
Thanks in advance, Stew Ashton