Oracle SQL Developer allows you to update field values directly to the table without needing to write a sql script. However it doesnt allow you to set a null value for a field? the update script that gets generated is below :
UPDATE “TABLE” SET field_required = ‘null’ WHERE ROWID = ‘AAAnnZAAFAAAGMfAAC’ AND ORA_ROWSCN = ‘14465324’
Any idea how to set a null value to a field in the table without writing an update statement ?
What version are you using? I’ve got 1.5.4 right now and it works perfectly. Just click the value and hit delete, then commit.