Try following:
- go to query http://odata.stackexchange.com/stackoverflow/q/734
- enter abc as
UserId - run query
- you'll get this error message:
Error: Invalid column name 'abc'.
Error message should say something like "got a string for UserId when expecting a number" or "can't convert 'abc' to an integer".