Truncated incorrect DOUBLE value 禁止
This error message typically occurs when you are trying to insert or update a value into a column that is of a numerical data type (such as INT or DOUBLE), but the value you are providing is not a valid numerical value. In this specific case, the error message suggests that you are trying to insert the value '禁止' into a DOUBLE column, which is not a valid numerical value.
To resolve this issue, you need to ensure that you are providing a valid numerical value for the column in question. If the value you want to insert is not a numerical value, you may need to change the data type of the column to a more appropriate type, such as VARCHAR or TEXT.
原文地址: https://www.cveoy.top/t/topic/YLm 著作权归作者所有。请勿转载和采集!