Hi this is my code but when I run it in mysql it will show an error because of datatype but my friend checked it with sql server and it doesn't show error and also insert the value: 32769 .which of them is correct?
CREATE TABLE T1 (A INTEGER NOT NULL);
INSERT T1 VALUES (32768.5);