Hi,
If I have a column constraint: addr_type char( 10 ) default 'street' CHECK( addr_type = 'street' || addr_type = 'pobox' ),in a table, how can I add another choice to the list after I've alreadyentered data into the table?
Henry