where X < Y
, .
(, " ", : , where X <= Y ( "" , X > Y), distinct ( , X == Y ).
:
, select foo, x, y from sometable where foo < 3;, select foo, x, y from sometable where foo < 3 and x < y; ( X Y ) select distinct foo, x, y from sometable where foo < 3 and x <= y;.