MySQL does not support conversion to double data type. You will need to convert string to decimal. mysql> select convert('2.134',decimal(4,3)); ...
確定! 回上一頁