windows fixes for test directory
[csql.git] / test / sql / Join / join_in_notexist.sql
blob327860b5660feb96edf2ff948d593d2dfc96d716
1 echo select * from emp where emp.deptno in (20,30,40);
2 select * from emp where emp.deptno in (20,30,40);
3 echo select * from emp,dept where emp.deptno in (20,30,40);
4 select * from emp,dept where emp.deptno in (20,30,40);