Results of the parser linking the save command

This commit is contained in:
Brandon Jackson 2015-09-25 00:34:14 -05:00
parent c523e779b9
commit d32864988f

3
saveFile Normal file
View file

@ -0,0 +1,3 @@
INSERT INTO animals VALUES FROM ( Joe , cat , 4 ) ;
SHOW Dogs ;
EXIT ;