mysql用sql查询时的错误
各位,不弟不明白,为什么在mysql中用sql语句查询select * from 'count' WHERE ip = '127.0.0.1'AND name= 'yifan1'
会出现这样的错误,
SQL 查询:
SELECT *
FROM 'count'
WHERE ip = '127.0.0.1'
AND name = 'yifan1'
LIMIT 0 , 30
MySQL 返回:
#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 ''count' WHERE ip = '127.0.0.1' AND name = 'yifan1'
LIMIT 0, 30' at line 1
请各位赐教!!!!!