0%

test

1
2
INSERT INTO test (a,b,c) values (1,2,3);
SELECT * FROM test;

This is more content;