SQL 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 'Forget It' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictiona' at line 1
SELECT candidates.dictionary AS id, COUNT(DISTINCT candidates.deid) AS total, IF(dictionary.level>0,1,0) AS haslevel, dictionarysynonyms.dictionary AS ds FROM (SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=44735 AND dictionaryenglish.english='Then' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=44735 AND dictionaryenglish.english='Don\' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=44735 AND dictionaryenglish.english='Forget It' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=44735 AND dictionaryenglish.english='That\' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=44735 AND dictionaryenglish.english='Well Then' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=44735 AND dictionaryenglish.english='above,accordingly,additionally,aforetime,after,after all,after that,afterwards,again,all included,also,altogether,among other things,ancient,and all,and also,and so,anon,as well,at another time,at that moment,at that time,au reste,because of that,because of this,before,before now,beforetime,beside,besides,beyond,consequently,contemporaneously,earlier,early,else,en plus,erenow,erewhile,ergo,erst,erstwhile,ex post facto,extra,farther,for lagniappe,for that,for that cause,for that reason,for this cause,for this reason,for which reason,fore,former,formerly,further,furthermore,hence,hereat,heretofore,historically,hitherto,immemorial,in,in addition,in that case,in the aftermath,in the past,in the sequel,in times past,inter alia,into the bargain,item,late,later,likewise,more,moreover,next,old,olden,on that account,on that ground,on that occasion,on the side,on this account,on top of,once,onetime,only yesterday,over,past,plus,prehistoric,prehistorically,previous,previously,primeval,primitive,prior,priorly,propter hoc,quondam,recent,recently,similarly,simultaneously,since,sometime,subsequently,thence,thereafter,thereat,therefor,therefore,thereon,thereupon,therewith,thus,thusly,thuswise,to boot,too,when,whence,wherefore,wherefrom,whilom,yesterday,yet') candidates INNER JOIN dictionary ON dictionary.id=candidates.dictionary LEFT JOIN dictionarysynonyms ON dictionarysynonyms.dictionary=44735 AND dictionarysynonyms.synonym=candidates.dictionary WHERE (dictionarysynonyms.ismatch IS NULL OR dictionarysynonyms.ismatch=1) GROUP BY candidates.dictionary ORDER BY ismatch DESC, total DESC, haslevel DESC, dictionary.level LIMIT 40
Error Table ID: 82526