In this example a column type is changed to varchar of size up to 10 characters: ALTER TABLE [table name] ALTER COLUMN [column name] TYPE VARCHAR(10);
© 2005 tiplib.com