When a field name is incorrect (in my case I put a space instead of _ in the field name) the message displayed is wrong. I got :
Error: No field named "" found for any of the specified database tables.
Whereas it should have been:
Error: No field named "Abc xyz" found for any of the specified database tables.