I have existing records in the database the field description is
aa_desc NOT NULL VARCHAR2(8)
i have existing record for this field and now i have to add - (hyphen)
with the existing record.
since it is restricted to eight characters i have to pad only the remaining characters with existing.
ex : if the existing value is aaa
it needs to be padded like -----aaa
.
how do i do this.
Technical environment :
DB : Oracle
Development : java