Forum Moderators: coopster
I get the error "Unknown column 'item_id' in 'where clause'" when trying to run that.
I'm likely overlooking something silly, but I'm trying to run the preceding query through a script, and it's not working. It worked before, and all I've added is the "currency = '____' " bit since then.
If I paste the query into phpmyadmin, and change the beginning to "SELECT * FROM custom_shop" (so that I know for a fact the WHERE clause is the same) it works.
running the query as is in php myadmin simply affects no rows, but does not return an error. Any suggestions?
[edited by: Krys at 11:18 pm (utc) on May 1, 2009]