Hi,
On TOAD 2025R3 I’m getting this syntax error about JOIN not valid for Editioning Views (but it executes just fine):
Is this not something to fix? I’m on 19c (maybe in earlier versions this syntax warning was applicable)
It is. I was hoping someone on our parser team would answer this but they did not. I'll pass the message along.
Just checked this issue wasn’t fixed on 2026R1
This issue is fixed by parser team, but unfortunately too late to be included in 2026R1. It should be included in the next iteration.
Thanks! Just in case, changing the JOIN syntax to “table1,table2 where…” also triggers a syntax error.
Regards,
Fix works for that scenario as well.
Thanks!