Hi Team,
I have connected to a mysql db successfully. I can pull from tables using the select * from table
eg.(SELECT * FROM DB.cablew.“CM_DAY_TOT”) but when I add a where clause, I get this error:
Source ‘DB’ returned error ‘(conn=1536727) Display width out of range for column ‘cast_as_char’ (max = 8192)’
Any Idea why this is the case?