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 'a deal,a great deal,a lot,abundantly,accordingly,accurately,ad eundem,after this' 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!=35874 AND dictionaryenglish.english='So' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=35874 AND dictionaryenglish.english='Hey' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=35874 AND dictionaryenglish.english='Really' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=35874 AND dictionaryenglish.english='It\' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=35874 AND dictionaryenglish.english='a deal,a great deal,a lot,abundantly,accordingly,accurately,ad eundem,after this fashion,almighty,along these lines,as,as all creation,as all get-out,as long as,as well,at what price,awful,awfully,beaucoup,by what mode,by what name,ceteris paribus,consequently,considerable,considerably,correctly,correspondingly,either,equally,equivalently,ergo,evenly,ever so,ever so much,exceedingly,exceptionally,extremely,faultlessly,flawlessly,for,galore,greatly,hence,highly,how,identically,in consideration of,in contemplation of,in great measure,in kind,in like manner,in order to,in such wise,in that way,in this way,in what way,indifferently,just,just like that,just right,just so,largely,like,like so,like that,like this,likewise,mightily,mighty,much,muchly,never so,no end,no end of,not a little,only too,parlous,perfectly,plenty,powerful,powerfully,precisely,pretty,pretty much,properly,proportionately,quite,real,really,right,rightly,sic,similarly,so as,so as to,so long as,so that,so very much,straight,suchlike,terribly,terrifically,then,thereupon,this way,this-a-way,thus,thus and so,thus and thus,thusly,thuswise,to,to the skies,very,very much,whacking,whopping,without distinction') candidates INNER JOIN dictionary ON dictionary.id=candidates.dictionary LEFT JOIN dictionarysynonyms ON dictionarysynonyms.dictionary=35874 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: 82288