Unknown column '' in 'field list'

Posted by Rixius on Stack Overflow See other posts from Stack Overflow or by Rixius
Published on 2010-03-31T18:05:48Z Indexed on 2010/03/31 18:13 UTC
Read the original article Hit count: 181

Filed under:
|

I am running a sql in PHP query that is dieing with the mysql_error() of

Unknown column '' in 'field list'

The query:

SELECT `standard` AS fee FROM `corporation_state_fee`  WHERE `stateid` = '8' LIMIT 1

when I run the query in PHPmyadmin, it return the information without flagging the error

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql