When trying to delete/remove the content of an column of data type “NUMBER” in table view under the "Data" tab, I got:
UPDATE "TEST" SET "NUMBER_COLUMN" = WHERE ROWID = 'AAGa4wAAWAADWoPAAA' AND ORA_ROWSCN = 6413527752185
Invalid number format for variable '1'
Expected result:
Set to NULL as in “Oracle SQL Developer”