Hey all,
In beta 14.1.114.917, I have a statement similar to:
SELECT uber_cool_stuff
FROM
my_schema.my_pkg.my_pipelined_fn('Something Really Cool');
...where "my_pipelined_fn" is (obviously) a pipelined function. Toad doesn't like that the TABLE operator is no longer necessary since Oracle 12.2 in this case and highlights the open parenthesis as a syntax error.
Thanks!
Rich