Support 805.461.7300
Sales
Our Technology. Your Success.

Change the name and/or width of a field

The comamand below will allow you to change the name of a field

ALTER TABLE ALIAS() RENAME COLUMN zipcode to zip

If you want to change the width of a field, here's a command that changes the ZIP field to a width of 10

ALTER TABLE ALIAS() ALTER COLUMN zip C(10)

« Back to Commands

Tech Support always answers quickly and never makes me feel inadequate or stupid for asking the questions that I do...I am very pleased with the software and the way it works.
C.M., Merrillville, IN