what is the out put of this code?
Posted
by user329820
on Stack Overflow
See other posts from Stack Overflow
or by user329820
Published on 2010-05-01T05:14:38Z
Indexed on
2010/05/01
5:17 UTC
Read the original article
Hit count: 194
Hi I want to know that this code will have an out put or it will show an error? thanks
CREATE TABLE T1(A INTEGER NULL);
SELECT * FROM T1;
© Stack Overflow or respective owner