We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
In the 'good' code there is the following:column_defaulted varchar2(10) default on null 'default')
Suggested improvement:
column_defaulted varchar2(10 char) default on null 'default')