PT-101 WIP

This commit is contained in:
Carlos Salguero
2017-03-15 17:08:31 -03:00
parent 7b0d02b8b8
commit fabcf01e2a
2 changed files with 25 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
create database if not exists test;
use test;
drop table if exists test1;