select name, x  from l where (x  < 90) and x > y;
select name, x  from l where (x  < 90) and x < y;
exit;
