Ron Piggott (PHP) wrote:
Is there a way to re-name a table once you have created it?  Ron

ALTER TABLE `old_name` RENAME `new_name`

Jeffrey

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to