コードをコピーします コードは次のとおりです:
mysql_select_db("hills_database_test",$dbcon);
$alterpkadd="alter tablehills_testcreatetable add id int(32) not null auto_increment Primary key;"; mysql_query($alterp kadd ,$dbcon);
こんにちは。 。とても簡単。 。一文で完了
http://www.bkjia.com/PHPjc/321900.html
www.bkjia.comtruehttp://www.bkjia.com/PHPjc/321900.html技術記事次のようにコードをコピーします: mysql_select_db("hills_database_test",$dbcon); $alterpkadd="alter tablehills_testcreatetable add id int(32) not null auto_increment Primary key;";