2 lines
47 B
SQL
2 lines
47 B
SQL
INSERT INTO GREETINGS(name) values ('Docker');
|
INSERT INTO GREETINGS(name) values ('Docker');
|