mysql-error-1292 Questions
5
Solved
I am getting this error when I try to insert '2011/03/13 02:53:50.000000000' into a timestamp column. If I change the 13 to a 15, 14, 12 or 11 it works no problem. I've also tried changing the /'s ...
Heartsease asked 24/2, 2016 at 13:1
6
Solved
I have a table
`CREATE TABLE IF NOT EXISTS `PROGETTO`.`ALBERGO` (
`ID` INT(11) NOT NULL COMMENT 'identificativo dell\' albergo' ,
`nome` VARCHAR(45) NULL COMMENT 'Il nome dell\'albergo' ,
`viale...
Rebbeccarebe asked 31/1, 2013 at 11:56
10
Solved
I am not sure what is this error!
#1292 - Truncated incorrect DOUBLE value:
I don't have double value field or data!
I have wasted a whole hour trying to figure this out!
here is my query
IN...
Crapshooter asked 17/4, 2013 at 19:52
1
© 2022 - 2024 — McMap. All rights reserved.