A Database Error Occurred

Error Number: 1064

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 '' at line 6

SELECT WC.title,WC.datetime_created,WC.comment,WC.webinar_comment_id, U.login FROM webinar_comment WC LEFT JOIN webinar_comment_user WCU ON WCU.webinar_comment_id= WC.webinar_comment_id LEFT JOIN webinar_category WCC ON WCC.id_webinar_category = WCU.webinar_category_id LEFT JOIN user U ON U.uid= WCU.user_id WHERE WCC.id_webinar_category =