SELECT p.iPostID, p.iPostType, p.iAdType, p.iUserType, p.strTitle, p.iSubType, p.iItemType, p.iPrice, p.iPriceUnit, json_unquote(p.jsonLocation->"$.city") AS city, p.jsonExtra, p.tmPosted, p.iShowImg, p.strImages, p.strVideos, p.strPostURL FROM posts p WHERE p.iActive=1 AND p.iPostType=12 AND iPostID IN (SELECT t.iPostID FROM posttext t WHERE t.iDomID=101 AND MATCH (t.strSearch) AGAINST ('+free +online +advertising +for +websites' IN BOOLEAN MODE)) AND iCityID IN (68621,69379,67080,69475,67016,66995,68252,69430,68322,69726,68724) ORDER BY FIELD(iCityID, 68621,69379,67080,69475,67016,66995,68252,69430,68322,69726,68724) ASC, p.tmPosted DESC LIMIT 24