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 'AND (info != "NULL" OR master_accomodation != "NULL" OR master_cost != "NULL" OR' at line 5
SELECT `addit_info`.*, `participants`.`active`, `participant_rounds`.`title` AS round_title, `participant_rounds`.`id` AS round_id FROM (`addit_info`) LEFT JOIN `participants` ON `participants`.`addit_id` = `addit_info`.`id` LEFT JOIN `participant_rounds` ON `participants`.`round_id` = `participant_rounds`.`id` WHERE `edition_id` = AND (info != "NULL" OR master_accomodation != "NULL" OR master_cost != "NULL" OR master_description != "NULL")