WordPress database 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 'cityid) ORDER BY location_name ASC' at line 1]SELECT *,(SELECT GROUP_CONCAT(city_name) FROM city WHERE FIND_IN_SET (id, locations.cityid))AS cityname,(SELECT GROUP_CONCAT(city_url) FROM city WHERE FIND_IN_SET (id, locations.cityid))AS city_url FROM locations WHERE active='Y' and FIND_IN_SET(,cityid) ORDER BY location_name ASC