Quantcast
Viewing all articles
Browse latest Browse all 14773

Command Help : Alter table modify column - response (8) by asadali.khan

Pretty Simple. ADD command would be used to alter the datatype of the existing field.   ALTER TABLE <DatabaseName>.<TableName> ADD <ExistingColumnName> <New Data Type> ;   Br, Asad

Viewing all articles
Browse latest Browse all 14773

Trending Articles