mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
my test sql file
This commit is contained in:
parent
579cc83d54
commit
1cdbfb50ad
8
plugins/testsuite/sqlxtest.sql
Normal file
8
plugins/testsuite/sqlxtest.sql
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
CREATE TABLE gaben (gaben int primary key, fat varchar(32));
|
||||||
|
|
||||||
|
INSERT INTO gaben VALUES(1, 'what the');
|
||||||
|
INSERT INTO gaben VALUES(2, 'Bee''s Knees!');
|
||||||
|
INSERT INTO gaben VALUES(3, 'newell');
|
||||||
|
INSERT INTO gaben VALUES(4, 'CRAB CAKE.');
|
Loading…
Reference in New Issue
Block a user