# sel000029 # # Versions # -------- # 3.22 # 3.23 # # Description # ----------- # Strings. # Testing string comparisons; NOT, AND, OR, !, &&, ||. # @r/sel000029.result SELECT !0,NOT 0=1,!(0=0),1 AND 1,1 && 0,0 OR 1,1 || NULL, 1=1 OR 1=1 AND 1=0;