• Am I missing something? ...

    ALTER TABLE MyTable

    ADD NewZip char(10) NULL DEFAULT 'Zipcode' WITH VALUES


    * Noel