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 'The Queen' 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!=52629 AND dictionaryenglish.english='Suppose' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=52629 AND dictionaryenglish.english='Reigning King\' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=52629 AND dictionaryenglish.english='The Queen' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=52629 AND dictionaryenglish.english='account,account as,adjudge,adjudicate,allegorize,allow,allude to,assume,be afraid,be judicious,believe,bring to mind,coin,conceit,conceive,conceptualize,conclude,concoct,conjecture,connote,consider,count,create,daresay,deduce,deem,divine,dream,dream up,entail,esteem,estimate,exercise judgment,expect,experience imaginatively,express an opinion,fabricate,fancy,fantasize,feel,fictionalize,form an opinion,gather,grant,guess,hatch,have a hunch,have an idea,have an impression,have an inkling,have the idea,hint,hold,hold as,hypothesize,ideate,imagine,implicate,imply,import,infer,insinuate,intimate,invent,involve,judge,let,let be,look upon as,maintain,mean,mean to say,mold,opine,originate,perhaps,pine,point indirectly to,posit,postulate,prefigure,presume,presuppose,presurmise,pretend,produce,provisionally accept,reckon,regard,repute,say,set down as,shape,speculation,suggest,supposition,surmise,suspect,take,take for,take for granted,take it,take to be,theorize,think,think likely,think of,think up,trow,understand,venture to say,view as,ween') candidates INNER JOIN dictionary ON dictionary.id=candidates.dictionary LEFT JOIN dictionarysynonyms ON dictionarysynonyms.dictionary=52629 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: 83087