I have this code
select d.*, d.rowid from dba_users d
I do comment with Comment button.
select d.*/*, d.rowid*/ from dba_users d
The result is OK. The ", d.rowid" is commented.
I want to uncomment with Uncomment button. (First I click into the commented section)
select d.*/*...