The range of values for the database column is smaller than that of the SQL variables. When the value is inserted into the column or when values are compared, the value of the SQL variables may be truncated and consequently be incorrect.
If this is not desired, you must change the format of the column or SQL variables.