PHP MySQL: Adding Field TableTag: mysql, database, table, field, add Category: PHP Databasepost: 03 Mar 2008 read: 2,275 php mysql basic step by step tutorial - part 15: You can add field table use the syntax as follow: ALTER TABLE table_name ADD field_name field_type field_attribute For example, we will add field "position" with the type of "varchar" and field length of 50 character into data_employees table.
|
| | Give Your Opinion | Recommend |
|


