java.sql.SQLSyntaxErrorException: Unknown column 't_stamp' in 'where clause'

How can I determine what database caused this issue?

The first step would be looking at the full error message.

Not just the full error, but also the query and table definition.

Edit: sorry, misread the question

Presumably if they don't know the database, then they also don't know the query or table definition?

1 Like

Yes, you're totally right. I misread the question.