Date: 10/31/02
- Next message: David Rice: "[PHP-DB] need help with "SHOW Colums""
- Previous message: Walter, Marcel: "RE: [PHP-DB] Add column to a table"
- In reply to: Shaun Thornburgh: "[PHP-DB] Add column to a table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ALTER TABLE TableName ADD COLUMN columnParametersHere
E.g: ALTER TABLE UserTable ADD COLUMN userName varchar(255);
Aaron
> -----Original Message-----
> From: Shaun Thornburgh [mailto:shaun <email protected>]
> Sent: Thursday, October 31, 2002 7:39 AM
> To: php-db <email protected>
> Subject: [PHP-DB] Add column to a table
>
>
> Hi,
>
> Please could someone tell me what the syntax is to add a
> column to a table?
>
> Thanks
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: David Rice: "[PHP-DB] need help with "SHOW Colums""
- Previous message: Walter, Marcel: "RE: [PHP-DB] Add column to a table"
- In reply to: Shaun Thornburgh: "[PHP-DB] Add column to a table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

