Shweta Jain-392928
Old Hand
Points: 396
More actions
January 10, 2007 at 5:14 am
#174434
how to use alter table command to change the column's datatype from money to varchar
Agson Chellakudam
Ten Centuries
Points: 1387
January 10, 2007 at 6:13 am
#682346
Hi Shweta,
This is the genral command to do so.
Alter
table Test_Table alter column Col1 varchar(1000)
Regards,
Agson
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply