• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows [Modern Aac] Database Error

Friizee

Member
Joined
Jul 26, 2008
Messages
193
Reaction score
5
Hi guys,
please help me,
this error in my data base :/ and not does load web page
sorry my bad english

Code:
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()

please help me and Rep+

thank you very much

Regards'
 
Back
Top