In this blog post, you’ll learn more about the Sybase Error Unable to implicitly convert column ‘%2’ to datatype (%3) from datatype (%4). %1 and the reason for receiving this error
Sybase SQL Error Message
Unable to implicitly convert column ‘%2’ to datatype (%3) from datatype (%4). %1
Reason for this Error
The attempted implicit conversion is not possible. The conversion must be done explicitly. If implicit conversion is being attempted to or from a NUMERIC and this error results, the datatype displayed in the error for the NUMERIC will be SMALLINT, INT, or INT64 depending on the precision of the NUMERIC. This is because NUMERICs are treated internally as multiple precision signed integers.