On 10/05/2009 6:53 AM, Stefan Finzel wrote:
> Porting an application to sqlite3.6.13 on Linux i made a mistake 
> creating a illegal query on a character field:
> 
> select * from Test where Remark = NULL
> 
> select * from Test where Remark <> NULL
> 
> I was confused as there were neither data nor an error. Shouldn't this 
> cause at least an error message?

No. It's not "illegal", and it's not just SQLite.

http://en.wikipedia.org/wiki/Null_(SQL)

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

Reply via email to