3 lines
44 B
SQL
3 lines
44 B
SQL
insert into mydata (value)
|
|
values ('hello')
|
insert into mydata (value)
|
|
values ('hello')
|