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);