May 10, 2004 #1 lhugh MIS May 21, 2000 115 CA I would like to alter a column name of my table. Is it possible to do it?
May 10, 2004 #2 bastienk Programmer Mar 3, 2004 326 CA yes....posted just yesterday ALTER TABLE t1 CHANGE a b COLUMN SETTINGS; --> eg. Code: Alter table tester change Blah blah VARCHAR(10); Bastien Cat, the other other white meat Upvote 0 Downvote
yes....posted just yesterday ALTER TABLE t1 CHANGE a b COLUMN SETTINGS; --> eg. Code: Alter table tester change Blah blah VARCHAR(10); Bastien Cat, the other other white meat