Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

how do i learn sql

Name: Anonymous 2013-08-12 2:35

the language is so terrible and inconsistent. I want to stab out my eyes just reading it. How do I force myself to read the entire thing without having a nervous break down and come to after implementing a full replacement in lisp?

Name: Anonymous 2013-08-14 2:44

>>31
I'm ok with there being a meaningless value. I just wish it's rules for evaluation were smaller.

http://www.sqlite.org/lang_expr.html
See the table under The IN and NOT IN operators.


 ________________________________________________________________________________________________________________
/Left operand is | Right operand   | Right operand is | Left operand found within | Result of IN | Result of NOT \
|NULL            | contains NULL   | an empty set     | right operand             | operator     | IN operator   |
+----------------+-----------------+------------------+---------------------------+--------------+---------------+
|no              | no              | no               | no                        | false        | true          |
+----------------+-----------------+------------------+---------------------------+--------------+---------------+
|does not matter | no              | yes              | no                        | false        | true          |
+----------------+-----------------+------------------+---------------------------+--------------+---------------+
|no              | does not matter | no               | yes                       | true         | false         |
+----------------+-----------------+------------------+---------------------------+--------------+---------------+
|no              | yes             | no               | no                        | NULL         | NULL          |
+----------------+-----------------+------------------+---------------------------+--------------+---------------+
|yes             | does not matter | no               | does not matter           | NULL         | NULL          |
\________________:_________________:__________________:___________________________:______________:_______________/


If it takes a 5x6 truth table to explain the behavior of a primitive function, there's something wrong. It's behavior should be determined from a minimal set of unbreakable axioms.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List