ホームページ > データベース > mysql チュートリアル > How to remove auto_increment from column in mysql_MySQL

How to remove auto_increment from column in mysql_MySQL

WBOY
リリース: 2016-06-01 13:13:03
オリジナル
962 人が閲覧しました

                         Alter table table_name DROP PRIMARY KEY,
                          change column_name column_name datatype(length) definition


Consider the example:
The structure of table1 in database new look like this:
remove auto increment from column in mysql using alter, drop and change mysql command                        
                       Now we are going to remove auto increment from column 'No' in mysql table 'table1'.  The mysql query is:

ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート