Sigh, I thought I had read all the applicable sections.  Thanks Igor.

Though, now I'm curious what your opinion on this is:

> SQLite version 3.6.10
> Enter ".help" for instructions
> Enter SQL statements terminated with a ";"
> sqlite> create table none (i NONE);
> sqlite> insert into "none" values(1);
> sqlite> select * from "none" where i='1';
> 1
> sqlite>

RW

Ron Wilson, Engineering Project Lead
(o) 434.455.6453, (m) 434.851.1612, www.harris.com

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

Reply via email to