Clark Christensen wrote:
> 
> Long setup for a simple question:  Is null the expected result when
> one column of a concatenation operation is null?
> 

Yes, that is the result required by the SQL standard. The result of a 
concatenation operator is NULL if either argument is NULL.

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

Reply via email to