Questions tagged «truncated»

10
错误代码1292-截断了错误的DOUBLE值-MySQL
我不确定这是什么错误! #1292 - Truncated incorrect DOUBLE value: 我没有双值字段或数据! 我浪费了整整一个小时试图解决这个问题! 这是我的查询 INSERT INTO call_managment_system.contact_numbers (account_id, contact_number, contact_extension, main_number, created_by) SELECT ac.account_id, REPLACE(REPLACE(REPLACE(REPLACE(ta.phone_number, '-', ''), ' ', ''), ')', ''),'(','') AS Phone, IFNULL(ta.ext, '') AS extention, '1' AS MainNumber, '2' AS created_by FROM cvsnumbers AS ta INNER JOIN accounts AS ac ON …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.