First commit

This commit is contained in:
GotPPay
2018-02-23 00:40:26 +01:00
commit f9a08ea8da
333 changed files with 50313 additions and 0 deletions

4
example-input.txt Normal file
View File

@@ -0,0 +1,4 @@
INSERT INTO suppliers
(supplier_id, supplier_name)
VALUES
(5000, 'Apple');