On Thu, Jun 24, 2010 at 1:34 PM, Peng Yu <pengyu...@gmail.com> wrote:

> According to The Definitive Guide to SQLite (page 120), if I type
> "select null=null;" in a sqlite3 session, I should get 'NULL' printed.
>
> http://apress.com/book/view/9781590596739
>
> But I tried it in sqlite3, only an empty line is printed. Is it the
> cases that sqlite3 change the way to show null after the book was
> published?
>
>
No.  The reason is that you missed the instructions on how to get SQLite to
display NULL as "NULL".  See the top of page 77.



> --
> Regards,
> Peng
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
---------------------
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to