Skip to Content
0
Former Member
Oct 16, 2008 at 02:35 PM

Make new field table with default value

50 Views

It is possible, add a new field to a table in the dictionary and give it a default style PL / SQL

num_emple VARCHAR2 (15) DEFAULT 'Pedro' 

And when you insert a new record, the field has num_emple values' Pedro '

Excuse my English, Thank you.