Error Number: 1054
Unknown column 'p.status' in 'where clause'
SELECT p.id, p.question, GROUP_CONCAT(a.answer SEPARATOR ';') AS answers, GROUP_CONCAT(a.id SEPARATOR ';') AS answers_id FROM poll p JOIN poll_answer a ON p.id = a.poll_id WHERE p.status = 1 AND date_start <= NOW() AND date_end >= NOW()
what this fucking bug im staying 20mins to fix and didn't need to be fixed
please anyone can help me out ?