archives

How can I change a column's name?

Under:

Can I use the
ALTER TABLE TableName RENAME COLUMN FieldName TO FieldName1 ?
or other method can work fine.

thanks...