On Wed, Sep 1, 2021 at 6:55 PM Marc-Andre Lemburg <m...@egenix.com> wrote:
> BTW: In SQL you have to use "field IS NULL", "field = NULL" returns
> NULL, so you're not any smarter than before :-)


That's because NULL is kinda like None, kinda like NaN, kinda like "we
don't have any data here", and kinda like "we don't know what we
should store here, so store NULL". It is, I think, the weirdest data
value ever to be processed by any human or computer.

Except that it's not a value at all. Other than when it is.

ChrisA
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/64HGOYHACNMA2CRPOBIG2BRCE25DREPN/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to