(Mods where to put SQL Questions and discussion?)
while reading an online tutorial, i read this example:
can someone please explain how to evaluate the condition that is in the first line? A little bit explaination is also there but its my first day on SQL, so cant understand that. Please help me by providing step by step solution working just like processor/compilor.
http://www.intermedia.net/support/sql/sqltut.asp
Drag the page a littlebit to see the example there in the actual tutorial.
Thanks
while reading an online tutorial, i read this example:
| Code: |
| True AND False OR True AND True OR False AND False
First simplify the AND pairs: False OR True OR False Now do the OR's, left to right: True OR False True |
can someone please explain how to evaluate the condition that is in the first line? A little bit explaination is also there but its my first day on SQL, so cant understand that. Please help me by providing step by step solution working just like processor/compilor.
http://www.intermedia.net/support/sql/sqltut.asp
Drag the page a littlebit to see the example there in the actual tutorial.
Thanks
