Search found 1 match

by primehalo
Tue Sep 11, 2007 9:17 pm
Forum: SQL Parser
Topic: SQL ERROR: 1054 - it thinks a value is a column
Replies: 0
Views: 17202

SQL ERROR: 1054 - it thinks a value is a column

I'm trying to make my MOD compatible with easyMOD, but I'm getting caught up on the SQL. I have this: INSERT INTO phpbb_config (config_name, config_value) VALUES (allow_birthdays, 2); It passes the Proposed Database Alterations syntax check okay, but when it's time to execute I get this error: The f...