what does "out of range" mean?
Posted
by user329820
on Stack Overflow
See other posts from Stack Overflow
or by user329820
Published on 2010-05-01T08:07:09Z
Indexed on
2010/05/01
8:17 UTC
Read the original article
Hit count: 188
Hi I have checked these statements with mysql and no error will happen and also the out put will be 0 rows BUT my friend checked it and he found an error for SELECT becaouse it is out of range !! IS he correct? thanks
CREATE TABLE T1(A INTEGER NULL);
SELECT * FROM T1;
© Stack Overflow or respective owner