场景一 delete from student where id = (select max(id) from student); [Err] 1093 - You can...
Oracle Database - Enterprise Edition - Version 19.8.0.0.0 and later: In 19c a With Statement Fails with ORA-01762: vopdrv: view query block not in FROM
The message coming back from ORACLE - ORA-01762: vopdrv: view query block not in FROM seems to indicate that you are referencing a view in your WITH statement that you are not then including in your FROM clause.Might be an issue in the way the query subject SQL has been coded in FM,...