Error in Insert statement
I am using DataGrip 2021.2 with Redshift.
When I tried to execute an insert command, I get an error that tells me that in one of the columns (or more), there is at least one value that is too long. Is there any plugin that can quickly show me in which column and value the exception is made?
Please sign in to leave a comment.
No such plugin.Probably you can run query in Redshift web-console and get more detailed error.
Please show DDL for the table and query example.