Pages:
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10
Archives:
Query: SELECT SQL_CALC_FOUND_ROWS a.TextContent,sub.Hidden_URL, cc.EnglishName, a.Message_ID, a.User_ID, a.IP, a.UserAgent, a.LastUser_ID, a.LastIP, a.LastUserAgent, a.Priority, cc.Sub_Class_ID, sub.Subdivision_ID, a.Checked, a.Created, a.LastUpdated, a.Keyword FROM (Message1 AS a ) LEFT JOIN Subdivision AS sub ON sub.Subdivision_ID=a.Subdivision_ID LEFT JOIN Sub_Class AS cc ON cc.Sub_Class_ID=a.Sub_Class_ID WHERE 1 AND a.Parent_Message_ID=0 AND sub.Catalogue_ID='1' AND a.Subdivision_ID='122' AND a.Sub_Class_ID='72' AND a.Checked=1 AND a. LIKE '2011%' ORDER BY a.Priority DESC, a.LastUpdated DESC LIMIT 0,50
Error: 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 'LIKE '2011%' ORDER BY a.Priority DESC, a.LastUpdated DESC LIMIT 0,50' at line 1
2009;
2010;
2011;
2012;
2013;
2014;
2015;