Re: Renaming a table once it has been created

Re: Renaming a table once it has been created

am 09.03.2006 00:21:58 von mlists

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

Depending on the type of DB some sort of ALTER TABLE statement I
imagine, not sure what this has to do with PHP though...

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

Renaming a table once it has been created

am 09.03.2006 00:22:16 von Ron Piggott

Is there a way to re-name a table once you have created it? Ron

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

Re: Renaming a table once it has been created

am 09.03.2006 00:31:28 von jeffreyb

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