mysql查询话语出错提示Unknown column 'zp' in 'where clause'
2012-07-08
mysql查询语句出错提示Unknown column zp in where clause出现以上错的解决办法如把select * from boo
mysql查询语句出错提示Unknown column 'zp' in 'where clause' 出现以上错的解决办法 如把select * from book where username=zp 这个改为 select * from book where username=’zp‘ 就可以了,这样才是查询字符串型的