Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テーブル techs に新しいフィールドを追加したいのですが、機能しません。何が間違っていますか?
$connect=mysqli_connect("localhost","root","","cs1"); $a=" ALTER TABLE techs ADD j INT"; $query1 = mysqli_query($connect, $a);