PHP MySQL: Editing Field TableTag: mysql, database, field, edit Category: PHP Databasepost: 03 Mar 2008 read: 3,919 php mysql basic step by step tutorial - part 16: In one time, sometime the table that you have been made need some modification or changes. For example, the previous field type of char wants to change into varchar or the previous field length of char (50) wants to be widened become char (100). To change these field, you can use this syntax: ALTER TABLE table_name MODIFY field_name field_type field_attribute Example, we will change the field type of the data_employees table field position into char (50):
|
| | Give Your Opinion | Recommend |
|
1 Responses to PHP MySQL: Editing Field Table:
Greetings Very good web site. I loved it. Found invaluable information. Just what I was looking for :-) Regards and best wishes
com com com
[url=http://manuelgriego.freeweb7.com/com6999.html] com [/url] [url=http://judyjoyce.phreesite.com/com6041.html] com [/url] [url=http://robertstrom.1gb.in/com1674.html] com [/url]
com com com
[url=http://manuelgriego.freeweb7.com/com6999.html] com [/url] [url=http://judyjoyce.phreesite.com/com6041.html] com [/url] [url=http://robertstrom.1gb.in/com1674.html] com [/url]
By Efstratios on May 29, 2008

