Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unknown column 'cbal.status' in 'field list'

MysqlInput_1:
"select u.id, cbal.status as gateway_status, ...
I start the job:
Exception in component tMysqlInput_1
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'cbal.status' in 'field list'
0683p000009MBNF.png
Labels (3)
2 Replies
Anonymous
Not applicable
Author

We cannot help you if you do not post the whole select statement. Obviously a table with the alias cbal has no column status or the alias is wrong. In the first place this problem is not caused by Talend Studio, it is your query which does not work.
Anonymous
Not applicable
Author

hi,
the error tell you the reason :
cbal.status is unknown column

check spelling of that column (some uppercase ?)
regards
laurent