+ 1
Command to change name of an existing coulomn?
started learning SQL a few days ago please help. thank you
2 Answers
+ 18
alter table <table name> change <initial column name> <new colum name> <datatype><constraint> ;
+ 1
thank you
started learning SQL a few days ago please help. thank you