SQL语句出错:select count(*) as row_count from info where Language=0 and (CateId='1' or UId like '0,%')
错误代码:#1054 - Unknown column 'UId' in 'where clause'SQL语句出错:select * from info where Language=0 and (CateId='1' or UId like '0,%') order by MyOrder desc, InfoId desc limit 0, 10
错误代码:#1054 - Unknown column 'UId' in 'where clause'