How can i rename my column in sql table?

Posted by Phsika on Stack Overflow See other posts from Stack Overflow or by Phsika
Published on 2010-06-17T08:29:00Z Indexed on 2010/06/17 8:33 UTC
Read the original article Hit count: 240

Filed under:
|
|
|
|

how can i rename column name via alter table in Ms sql 2005 forexample:

alter table tablename rename "old col name" to "new col name"

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server