Date: 10/31/02
- Next message: Aaron Wolski: "RE: [PHP-DB] Add column to a table"
- Previous message: Shaun Thornburgh: "[PHP-DB] Add column to a table"
- Maybe in reply to: Shaun Thornburgh: "[PHP-DB] Add column to a table"
- Next in thread: Aaron Wolski: "RE: [PHP-DB] Add column to a table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
For mysql:
Alter table <tablename> add column <column-name> <columntype>;
Regards,
Marcel
-----Original Message-----
From: Shaun Thornburgh [mailto:shaun <email protected>]
Sent: 31 October 2002 13:39
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---------------------------------------------------------------------- If you have received this e-mail in error or wish to read our e-mail disclaimer statement and monitoring policy, please refer to http://www.drkw.com/disc/email/ or contact the sender. ----------------------------------------------------------------------
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Aaron Wolski: "RE: [PHP-DB] Add column to a table"
- Previous message: Shaun Thornburgh: "[PHP-DB] Add column to a table"
- Maybe in reply to: Shaun Thornburgh: "[PHP-DB] Add column to a table"
- Next in thread: Aaron Wolski: "RE: [PHP-DB] Add column to a table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

