Hi,
in the official Toad 16.2 and in the latest Beta version 16.3.60.1870 i am facing the issue that an edit statement does not show a result.
The following select statement shows this result:
select * from sql where sql_id = 1086001;
Error case:
When i use an edit statement without ";" at the end, there will be no result shown!
edit sql where sql_id = 1086001
And an edit statement without any where clause or ";" at the end is throwing following exception "[Error] Execution (1: 1): ORA-00936: missing expression":
edit sql
This error can be reproduced on multiple users and clients!
BR, Julian