* BAEL-2806 Article companion code. * BAEL-2806-Rev1 Added integration tests, improved examples and fixed an error.
5 lines
194 B
SQL
5 lines
194 B
SQL
INSERT INTO users(id,name) VALUES(1,'baeldung');
|
|
INSERT INTO users(id,name) VALUES(2,'john doe');
|
|
INSERT INTO users(id,name) VALUES(3,'jane doe');
|
|
INSERT INTO users(id,name) VALUES(4,'batman');
|