Does anyone know the syntax to Alter table and add Packed-Decimal columns?
I have a field FRNPA that is FIELD TYPE=P, FIELD LENGTH=3, DEC POS=0 and I need to duplicate it with a tmp field.
Guessing something like
Alter table test add column TMPPA P(3,0)
Thanks
Simi
I have a field FRNPA that is FIELD TYPE=P, FIELD LENGTH=3, DEC POS=0 and I need to duplicate it with a tmp field.
Guessing something like
Alter table test add column TMPPA P(3,0)
Thanks
Simi