PHP MySQL: Deleting Field TableTag: mysql, database, field, delete Category: PHP Databasepost: 03 Mar 2008 read: 1,809 php mysql basic step by step tutorial - part 17: In deleting a field from the table, you can use the syntax as follow: ALTER TABLE table_name MODIFY field_name field_type field_attribute For example, we will delete the field position of data_employees table by using this program
|
| | Give Your Opinion | Recommend |
|


