Sorgu Hatası : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')
ORDER BY a.expert_order ASC' at line 7
Hata No :1064
SELECT a.expert_id, a.name, a.topic_id, a.title, a.twitter_username, a.email, a.about, c.topic_title, et.type_title AS expert_type_title
FROM experts AS a
LEFT JOIN expert_types AS et ON et.type_id = a.expert_type
LEFT JOIN research_topics AS c ON c.topic_id = a.topic_id
WHERE a.active = 1
AND a.lang = 'tr'
AND a.expert_id IN ()
ORDER BY a.expert_order ASC
- 500