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