运行我的代码时出现以下错误,
INSERT INTO
widgets
(id
,page
,location
,title
,content
,global
)VALUES right(1,'/','','欢迎动物权利 巴基斯坦','动物权利巴基斯坦是一个合作编辑 建立了问题和回答网站 适合您的需求。
\ r \ n \ r \ n它易于使用,无需注册 需要!
\ r \ n \ r \ nco / questions / ask“>提出问题
',1);
错误:
#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 'right(1, '/', '', 'Welcome to Animal Rights Pakistan', '<p>Animal Rights Pakista' at line 1
提前致谢。
答案 0 :(得分:1)
在值之后没有'正确'的情况下尝试:
INSERT INTO widgets (id, page, location, title, content, global)
VALUES(1, '/', '', 'Welcome to Animal Rights Pakistan',
'Animal Rights Pakistan is a collaboratively edited question and answer site built to suit your needs.\r\n\r\n. It''s easy to use, with no registration required!', 1);
对于链接,你最好将另一个字段添加到名为'reference'的表中,并在“a href =''..”元素中回显它!