adding test scripts
[csql.git] / test / sql / Order / drop_Articles_Authors_AuthorArticle.sql
blob40550010f308e1ec92fbbe27cc45f7fe139e6e5b
1 echo DROP table AuthorArticle;
2 DROP table AuthorArticle;
3 echo DROP table Authors;
4 DROP table Authors;
5 echo DROP table Articles;
6 DROP table Articles;