does anyone know if there is a way to alter all tables in a DB ? i want to rename all the "partial" columns to "part_credit" like so:
it seems that the word 'partial' is a reserved word with mySQL.PHP Code:ALTER TABLE `grades`.`u10s2` CHANGE `partial` `part_credit` TINYINT(4) DEFAULT '0' NOT NULL
Geoff








Bookmarks