CREATE TABLE orderitem (
iid CHAr(32) PRIMARY KEY,
`count` INT,orderitem
subtotal DECIMAL(10,0),
oid CHAr(32),
bid CHAr(32),
FOREIGN KEY (oid) REFERENCES orders (oid),
FOR
错误代码: 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 'subtotal DECIMAL(10,0),
oid CHAr(32),
bid CHAr(3' at line 4
执行耗时 : 0 sec
传送时间 : 0 sec
总耗时 : 0 sec
You have an error in your SQL syntax; check the manual that corresponds to your
答案:2 悬赏:50 手机版
解决时间 2021-02-09 15:41
- 提问者网友:欲望失宠
- 2021-02-08 18:04
最佳答案
- 五星知识达人网友:行雁书
- 2021-02-08 18:46
你这地方肯定有问题啊:`count` INT,orderitem,仔细看看第三句,这应该是2个字段吧,你写到一起了。
全部回答
- 1楼网友:舍身薄凉客
- 2021-02-08 20:00
- invalid utf8 character string: '钬' 无效的utf8字符串。可能是两台数据库的字符集不一致造成的
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯