MySql statement to add new fields to known data table_PHP tutorial

WBOY
Release: 2016-07-21 14:54:50
Original
899 people have browsed it

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...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!