Jan 23, 2005 #1 JTan Technical User Oct 9, 2001 73 SG As mentioned in the title....how to? A typo error was done but I don't know how to undo.. TIA for any help given.
As mentioned in the title....how to? A typo error was done but I don't know how to undo.. TIA for any help given.
Jan 23, 2005 #2 dalchri Programmer Apr 19, 2002 608 US ALTER TABLE MyTable CHANGE old_col_name column_definition Upvote 0 Downvote
Jan 23, 2005 #3 cLFlaVA Programmer Jun 14, 2004 6,450 US So, for example: [tt]alter table tbl_name change col_name_old col_name_new varchar(100)[/tt] *cLFlaVA ---------------------------- [tt]tastes great, less filling.[/tt] Upvote 0 Downvote
So, for example: [tt]alter table tbl_name change col_name_old col_name_new varchar(100)[/tt] *cLFlaVA ---------------------------- [tt]tastes great, less filling.[/tt]