• 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!

SQL Missing Answer ID (MODERN AAC) REP

Kokko

New Member
Joined
May 1, 2009
Messages
67
Reaction score
2
SOLVED IT.










Im quite sure I found the solution but I dont know how to make a INT. Can someone please tell me how to add this I will give rep.




i have problem

A Database Error Occurred
Error Number: 1054

Unknown column 'answer_id' in 'where clause'

SELECT * FROM poll_votes WHERE answer_id = 0
Answer is in error syntax ;] Go find answer_id in your poll_votes table. If there is not such a table, create it as an INT.
 
Last edited:
poll_id int(11)
votes varchar(255)
account_id varchar(255)


Im supposed to fill in that?
I got that when I pressed add. You practiculary told me what i new i want to know how to do it not where...
 
I have added one now I will see if it works. I got it to work.

I will give cred to the guy who actually helped me.


But thanks for trying.
 
Back
Top