4 lines
39 B
SQL
4 lines
39 B
SQL
create table mydata (
|
|
value text
|
|
)
|
create table mydata (
|
|
value text
|
|
)
|