0
Any one tell about this query. In table below 7566 empno is add it's showing nothing
select * from employee where empno<=7566 AND empno>= 7788
2 Answers
+ 3
cause its a wrong query, you ask the database to select numbers that are greater than 7788 and less than 7566...đ
0
thanks