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 'break back,change back,circle,circulate,circumrotate,circumvolute,come about,con' 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!=39220 AND dictionaryenglish.english='Turn around' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=39220 AND dictionaryenglish.english='Break One\' UNION ALL SELECT dictionaryenglish.dictionary AS dictionary, dictionaryenglish.id AS deid FROM dictionaryenglish WHERE dictionaryenglish.`member`=1 AND dictionaryenglish.dictionary!=39220 AND dictionaryenglish.english='break back,change back,circle,circulate,circumrotate,circumvolute,come about,convert,crank,cry back,do a flip-flop,do an about-face,evert,fetch about,flip-flop,go about,go around,go back,go round,gyrate,gyre,hark back,heel,introvert,intussuscept,invaginate,inverse,invert,pirouette,pivot,pivot about,pronate,put about,resupinate,reverse,revolve,rotate,round,screw,spin,supinate,swing,swing round,swivel,transpose,turn,turn a pirouette,turn about,turn back,turn down,turn in,turn inside out,turn out,turn over,turn round,turn tail,turn the scale,turn the tables,turn upside down,twist,veer,veer around,wamble,wheel,wheel about,whirl,wind') candidates INNER JOIN dictionary ON dictionary.id=candidates.dictionary LEFT JOIN dictionarysynonyms ON dictionarysynonyms.dictionary=39220 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: 82583