Home  >  Article  >  Backend Development  >  MySql statement to add new fields to known data table_PHP tutorial

MySql statement to add new fields to known data table_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 14:54:50873browse

Today, a friend who is new to PHP/mysql asked the editor of Bangke Home about a very novice question, which is how to add a new field to the MySql known data table. For experts, only one That’s enough. Now I’ll share this statement with you:

Copy to ClipboardLiehuo.Net CodesQuoted content: [www.bkjia.com] ALTER TABLE `Table name` ADD `Field name` int(11) NOT NULL DEFAULT '200';

Edit Tips:

Learn more, record more, summarize more, and collect more.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/364534.htmlTechArticleToday, a friend who is new to PHP/mysql asked the editor of Agni.com a very novice question, that is, how to MySql is known to have problems with adding new fields to data tables. For experts, just...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn