4 lines
88 B
SQL
4 lines
88 B
SQL
create table testTable(value text);
|
|
|
|
insert into testTable(value) values ('testValue');
|