/ Published in: SQL
Expand |
Embed | Plain Text
ALTER TABLE <tableName> ALTER COLUMN <columnName> type <newDataType>
You need to login to post a comment.
arunpjohny on 09/26/07
1 person have marked this snippet as a favorite
ALTER TABLE <tableName> ALTER COLUMN <columnName> type <newDataType>
You need to login to post a comment.