look at the alter table syntax on the mysql Documentation page.
-Brad
> Hi,
>
> please could someone tell me what the sql command is to add a colummn to a
> table?
>
> Thanks for your help
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.
First, you've asked the wron list; ask the mysql list
Second: ALTER mytable ADD COLUMN new column INT UNSIGNED AFTER old_column;
- Original Message -
From: "Shaun" <[EMAIL PROTECTED]>
To: <>
Sent: Wednesday, December 11, 2002 8:25 AM
Subject: [PHP] Add co
Hi,
please could someone tell me what the sql command is to add a colummn to a
table?
Thanks for your help
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
3 matches
Mail list logo