SQL语句出错:select * from info_category where 1 and IsNew=1 order by CateId asc limit 1
错误代码:#1054 - Unknown column 'IsNew' in 'where clause'SQL语句出错:select count(*) as c from info where and IsNew=1 order by 1 limit 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 'and IsNew=1 order by 1 limit 1' at line 1SQL语句出错:select * from info where CateId= and IsNew=1 order by MyOrder desc,InfoId asc limit 0,9
错误代码:#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 'and IsNew=1 order by MyOrder desc,InfoId asc limit 0,9' at line 1