code reorg for Transactionw!
[csql.git] / test / sql / Join / drop_emp_dept.sql
blob3fdf55d086ff4d84c7362d5b3421b117f486f154
1 echo drop table emp;
2 drop table emp;
3 echo drop table dept;
4 drop table dept;