Skip to content

Commit 8ec870b

Browse files
Update README.md
1 parent cb6dd41 commit 8ec870b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ engine.insertIntoTable("Students", htblColNameValue);
6767
```
6868
### Insertion Using SQL
6969
```java
70-
StringBuffer command = new StringBuffer("INSERT INTO Students(id, gpa, name) VALUES(1, 3.3, 'student1')");
70+
StringBuffer command = new StringBuffer("INSERT INTO Students(id, gpa, name) VALUES(1, 3.3, 'student1')");
7171
engine.parseSQL(command);
7272
```
7373
---

0 commit comments

Comments
 (0)