H2 DML Operations: Difference between revisions
Jump to navigation
Jump to search
(→Insert) |
|||
Line 11: | Line 11: | ||
INSERT INTO ''<table-name>'' VALUES(1, "Hello"); | INSERT INTO ''<table-name>'' VALUES(1, "Hello"); | ||
This insert command uses the table definition created as an example here. | This insert command uses the table definition created as an example [[H2_DDL_Operations#Create_Table|here]]. |