insert into Employee values(2,"Brown","Barry",2011-08-12,1,11,null); Query OK, 1 row affected, 1 warning (0.00 sec) Warning (Code 1264): Out of range value for column 'HireDate' at row 1 what does this mean in sql guys???
- 1Possible duplicate of Warning#1264:out of range error in mysqlnacho– nacho2017-06-13 09:41:29 +00:00Commented Jun 13, 2017 at 9:41
- it means Your data is not valid for this column. Too long or different type.Whencesoever– Whencesoever2017-06-13 09:41:34 +00:00Commented Jun 13, 2017 at 9:41
- Where is your query ?Emanuel Pirovano– Emanuel Pirovano2017-06-13 09:41:46 +00:00Commented Jun 13, 2017 at 9:41
- sorry Emanuel i will editP.L.Siriwardana– P.L.Siriwardana2017-06-13 09:44:19 +00:00Commented Jun 13, 2017 at 9:44
Add a comment |