Home > database >  Sql sever how to add attribute
Sql sever how to add attribute

Time:10-18

List is to add attributes and data type is a statement? With the update? How to write ah

CodePudding user response:

 ALTER TABLE tablename ADD field name field type 
  • Related