我的以下 SQL 代码显示错误。出现在 phpMyAdmin 中的错误消息是
#1064 - 您的 SQL 语法有错误;检查与您的 MySQL 服务器版本相对应的手册,以在第 1 行的 'long = -6.52607, lat = 54.10046, reg = 'Rge info ere', info = 'general info here' 附近使用正确的语法
当我使用 phpmyadmin 直接插入它们但现在执行 sql 查询时,long 和 lat 工作正常。这两个字段设置为浮点数。无论是否使用单引号,我都已经厌倦了它们。
INSERT INTO events SET
name = 'Home Event',
url = 'home-event',
eventDate = '2013-06-29',
address1 = '18 Daly Park',
address2 = 'Silverbridge',
city = 'Newry',
county = 'Down',
postcode = 'BT35 9PJ',
long = -6.52607,
lat = 54.10046,
reg = 'Rge info ere',
info = 'general info here',
contact = 'contact me',
image = ''