I have a code like this
define myvalue = test;
create or replace view &myvalue..myview as
select ....
the double dots .. stop the formatter to work - it only handles the characters which are before the ..
So what to do?
wrong syntax?
missing or wrong settings?
confused formatter?
Thanks in advance for help!