gpt4 book ai didi

一段简单的代码中的mysql错误

转载 作者:行者123 更新时间:2023-11-29 04:10:32 24 4
gpt4 key购买 nike

<分区>

我正在尝试建立一个简单的数据库,以便我可以练习我的 PHP,我正在从一本书中复制它,这是代码:

USE testeDB;

CREATE TABLE test(
id INT not null AUTO_INCREMENT,
nome VARCHAR (25),
telefone VARCHAR (12);
PRIMARY KEY (id),
);

INSERT INTO teste VALUES ('', 'Joaquim', '1111');
INSERT INTO teste VALUES ('', 'Carlos', '2233');
INSERT INTO teste VALUES ('', 'Antonio', '3333');
INSERT INTO teste VALUES ('', 'Roque Santeiro', '6969');

我使用 phpmyadmin 创建数据库,但是当我运行该代码创建表时出现以下错误:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4 

这一定很简单,但我想不出问题出在哪里。有人可以帮助我吗?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com